made-changes
This commit is contained in:
parent
22bb17842b
commit
dba3afffba
1
.local/bin/made-changes
Symbolic link
1
.local/bin/made-changes
Symbolic link
@ -0,0 +1 @@
|
||||
../share/scripts/made-changes.sh
|
5
.local/share/scripts/made-changes.sh
Executable file
5
.local/share/scripts/made-changes.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
git add -A
|
||||
|
||||
git commit -m "$(curl http://whatthecommit.com/index.txt)"
|
||||
git push
|
Loading…
Reference in New Issue
Block a user