mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-17 22:55:12 -05:00
8 lines
93 B
Plaintext
8 lines
93 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
V=`date "+%Y%m%d_%H%M%S"`
|
||
|
|
||
|
./compile-web-html $V prod
|
||
|
./compile-web-js $V prod
|
||
|
|