2 lines
93 B
Bash
Executable File
2 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
echo a >> asdf && git add . && git commit -m "a commit" && git push origin master |