Files
004_comission/saralai19981321/gitUpdate.sh
louiscklaw 04a4edce00 update,
2025-01-31 21:40:42 +08:00

12 lines
93 B
Bash
Executable File

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