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