autoinstall/run.sh
Tobias Reisinger b49d6a4c3a
Some checks failed
/ release (push) Failing after 23s
Split repos
2024-10-28 20:37:23 +01:00

7 lines
129 B
Bash
Executable file

#!/usr/bin/env sh
make generate
printf "\nBuild complete. Running...\n==========================\n\n"
time ./autoinstall "$@"