From 69e7db6694892ba31d7dad09b6b78dd90dde922e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 28 Jan 2014 20:00:53 +0000 Subject: Add update-lit git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@663 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- zshfunc/update-lit | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 zshfunc/update-lit (limited to 'zshfunc') 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 +) -- cgit v1.2.3