working build scripts
This commit is contained in:
parent
8d43313512
commit
058f68cffb
6 changed files with 78 additions and 101 deletions
9
scripts/generate.sh
Executable file
9
scripts/generate.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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
|
||||
Loading…
Add table
Add a link
Reference in a new issue