summaryrefslogtreecommitdiff
path: root/zshfunc/update-lit
blob: b596074c07db1eef9c86cf6ea4a3d4328d652275 (plain)
1
2
3
4
5
## vim:ft=zsh:foldmethod=marker

(
cd ~/projects/uni/lit && (cd bibtex && git pull) && (cd papers && git pull)
)