License: MIT

Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias 2019-05-11 21:59:39 +01:00
parent de72932a1e
commit 74e1d9fe15

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh #!/usr/bin/env sh
set -eo pipefail set -e
untracked="(untracked)" untracked="(untracked)"
REPO=$(cd $(dirname $0); pwd) REPO=$(cd $(dirname $0); pwd)