Add autoinstall command

This commit is contained in:
Tobias Reisinger 2024-01-09 16:48:11 +01:00
parent d6985ded7e
commit b5eaaead9b
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
14 changed files with 344 additions and 4 deletions

9
run.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/env sh
target=$(cat .target)
[ -n "$target" ] || exit 1
make generate
"./output/$target" "$@"