Files
pymtcfwnxb/gitUpdate.sh
2025-02-01 02:04:42 +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"