mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-18 15:05:02 -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
|
||
|
|