1
1
mirror of https://github.com/walles/moar.git synced 2024-07-07 08:36:29 +03:00

Make moar.sh runnable from any directory

This commit is contained in:
Johan Walles 2020-11-07 13:57:50 +01:00
parent 7ee8844a1f
commit 36bdd69372

View File

@ -5,6 +5,9 @@
set -e -o pipefail
MYDIR="$(cd "$(dirname "$0")"; pwd)"
cd "$MYDIR"
rm -f moar
./build.sh 1>&2