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