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