Files
004_comission/pymtcfwnxb/gitUpdate.sh
louiscklaw 130daf5bae update,
2025-01-31 21:09:35 +08:00

13 lines
101 B
Bash
Executable File

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