diff options
author | Peter Palfrader <peter@palfrader.org> | 2014-01-28 20:00:53 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2014-01-28 20:00:53 +0000 |
commit | 69e7db6694892ba31d7dad09b6b78dd90dde922e (patch) | |
tree | a0ce371eef2c07638fe3ff06acdb68496f0b5911 /zshfunc | |
parent | b5b0342ef321c05d417d4f1cd62bd4b2192768c2 (diff) |
Add update-lit
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@663 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'zshfunc')
-rwxr-xr-x | zshfunc/update-lit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zshfunc/update-lit b/zshfunc/update-lit new file mode 100755 index 0000000..2c3c9b1 --- /dev/null +++ b/zshfunc/update-lit @@ -0,0 +1,5 @@ +## vim:ft=zsh:foldmethod=marker + +( +cd ~/projects/uni/lit && git pull && cd papers && git pull +) |