2 changed files with 21 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash |
||||
# AUTHOR: shaggy |
||||
# FILE: binupdate.sh |
||||
# ROLE: TODO (some explanation) |
||||
# CREATED: 2014-12-21 18:17:01 |
||||
# MODIFIED: 2014-12-21 18:17:58 |
||||
cd /home/shaggy/bin |
||||
git add . |
||||
git commit -am 'lazy update' |
||||
git push |
Loading…
Reference in new issue