mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-02-17 14:20:10 -05:00
8 lines
91 B
Plaintext
8 lines
91 B
Plaintext
![]() |
#!/bin/bash
|
||
|
|
||
|
V=`date "+%Y%m%d_%H%M%S"`
|
||
|
|
||
|
./compile-web-html $V dev
|
||
|
./compile-web-js $V dev
|
||
|
|