tools/run.sh
Tobias Reisinger 67fed76c68
Add faster group-detection in autoinstall (dynamic groups are now impossible)
Allow for absolute paths in autoinstall exe
Add timer in run.sh
2024-06-21 22:35:59 +02:00

12 lines
185 B
Bash
Executable file

#!/usr/bin/env sh
target=$(cat .target)
[ -n "$target" ] || exit 1
make generate
printf "\nBuild complete. Running...\n==========================\n\n"
time "./output/$target" "$@"