nexus/scripts/generate.sh

9 lines
No EOL
160 B
Bash
Executable file

#!/usr/bin/env bash
pushd "$(dirname "$(readlink -f "$0")")"/.. || exit
mkdir -p build
touch build/lock
dart scripts/generate.dart
rm build/lock
popd || exit