mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 17:11:40 -05:00
4 lines
132 B
Bash
Executable file
4 lines
132 B
Bash
Executable file
#!/bin/bash
|
|
|
|
./version.sh
|
|
git archive HEAD --format=zip > lupppGit_`date +"%d-%m-%Y"`_`git log --pretty=format:"%h" | head -n1`.zip
|