summaryrefslogtreecommitdiff
path: root/zshfunc
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2014-01-28 20:00:53 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2014-01-28 20:00:53 +0000
commit69e7db6694892ba31d7dad09b6b78dd90dde922e (patch)
treea0ce371eef2c07638fe3ff06acdb68496f0b5911 /zshfunc
parentb5b0342ef321c05d417d4f1cd62bd4b2192768c2 (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-xzshfunc/update-lit5
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
+)