vdirsyncer/tests/storage/servers/mysteryshack/make.sh
2017-03-08 10:16:26 +01:00

9 lines
204 B
Bash

#!/bin/sh
set -e
# pytest-xprocess doesn't allow us to CD into a particular directory before
# launching a command, so we do it here.
cd "$(dirname "$0")"
. ./variables.sh
cd mysteryshack
exec make "$@"