6 lines
90 B
Bash
Executable File
6 lines
90 B
Bash
Executable File
#!/usr/bin/env sh
|
|
git add -A
|
|
|
|
git commit -m "$(curl http://whatthecommit.com/index.txt)"
|
|
|