mirror of
https://github.com/developersu/ClearClock.git
synced 2025-05-14 19:20:26 +03:00
8 lines
151 B
Bash
Executable file
8 lines
151 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
PACKAGE_NAME="ClearClock"
|
|
|
|
tar -czvf "${PACKAGE_NAME}.tar.gz" -C "package/" .
|
|
git add .
|
|
git commit -m "Update package"
|
|
git push
|