3 lines
82 B
Bash
Executable file
3 lines
82 B
Bash
Executable file
today=`date --iso-8601`
|
|
git archive --format zip master > paradisEO-${today}.zip
|
|
|