13 lines
101 B
Bash
Executable File
13 lines
101 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
git add .
|
|
|
|
git commit -m "update pymtcfwnxb,"
|
|
|
|
git push
|
|
|
|
|
|
echo "done"
|