init with crummy buzzer & docker setup

so much boilerplate :O
This commit is contained in:
ducklet 2021-01-29 01:20:17 +01:00
commit f6bf544f54
23 changed files with 746 additions and 0 deletions

14
run Executable file
View file

@ -0,0 +1,14 @@
#!/bin/sh -eu
RUN_BIN=$(realpath "$0")
RUN_DIR=$(dirname "$RUN_BIN")
export RUN_BIN
export RUN_DIR
task="$1"
shift
set -x
exec "$RUN_DIR"/scripts/"$task" "$@"