mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-10-31 23:45:06 -04:00
6 lines
104 B
Plaintext
Executable File
6 lines
104 B
Plaintext
Executable File
cd ~
|
|
mkdir -p deploy-catalog
|
|
V=`date "+%Y%m%d_%H%M%S"`
|
|
|
|
tar -czf deploy-catalog/deploy_$V.tar.gz deploy
|