8 lines
75 B
Bash
Executable File
8 lines
75 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
git add .
|
|
git commit -m'update,'
|
|
|
|
echo "done" |