1000_bots_webextension/make_zip.sh

7 lines
190 B
Bash
Raw Normal View History

2020-09-07 15:05:26 +02:00
#!/bin/bash
now=$(date +"%y_%m_%d_%H_%M")
zip_filename="1000_scores_webextension_$now.zip"
cd 1000_bots_webextension/
2020-09-08 22:39:22 +02:00
zip -r -FS ../zip/$zip_filename * --exclude '*.git*'
2020-09-07 15:05:26 +02:00
echo $zip_filename