jmou/zit
git clone https://github.com/jmou/zit.git
git clone git@github.com:jmou/zit.git
Loading…
(top)/zit
language: Shell
85 Bytes / 4 lines / 3 loc
History
View raw
#!/bin/bash -e

export PATH="$(cd "${BASH_SOURCE%/*}"; echo "$PWD"):$PATH"
exec "$@"