4 lines
153 B
Bash
Executable file
4 lines
153 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./version.sh
|
|
git archive HEAD --prefix=luppp-beta/ --format=zip > lupppGit_`date +"%d-%m-%Y"`_`git log --pretty=format:"%h" | head -n1`.zip
|