diff --git a/asdf b/asdf index 72e1fe3..786e4a7 100644 --- a/asdf +++ b/asdf @@ -3,3 +3,4 @@ a a a a +a diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..beae642 --- /dev/null +++ b/commit.sh @@ -0,0 +1,2 @@ +#!/bin/bash +echo a >> asdf && git add . && git commit -m "a commit" && git push origin master \ No newline at end of file