Files
004_comission/gitUpdate.sh
louiscklaw f1cc2ea546 update,
2025-01-31 19:13:58 +08:00

12 lines
88 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
git add .
git commit -m 'update,'
git push
echo "done"