Skip to content

Commit

Permalink
oh yeah
Browse files Browse the repository at this point in the history
  • Loading branch information
zarac committed Aug 30, 2014
1 parent 85d64c1 commit 349cda4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bin/cya
@@ -1,5 +1,5 @@
#!/bin/env sh
# when done with a session

pushd ~/.task; git push origin master; popd
pushd ~/notes; git push origin master; popd
pushd ~/.task; git add -u; git commit -m "cya / $HOST"; git push origin master; popd
#pushd ~/notes; git push origin master; popd
2 changes: 1 addition & 1 deletion bin/sup
Expand Up @@ -2,4 +2,4 @@
# when starting a session

pushd ~/.task; git pull origin master; popd
pushd ~/notes; git pull origin master; popd
#pushd ~/notes; git pull origin master; popd

0 comments on commit 349cda4

Please sign in to comment.