init
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
now=$(date +"%y_%m_%d_%H_%M")
|
||||
zip_filename="1000_scores_webextension_$now.zip"
|
||||
cd 1000_bots_webextension/
|
||||
zip -r -FS ../$zip_filename * --exclude '*.git*'
|
||||
echo $zip_filename
|
||||
Reference in New Issue
Block a user