init with crummy buzzer & docker setup
so much boilerplate :O
This commit is contained in:
commit
f6bf544f54
23 changed files with 746 additions and 0 deletions
14
run
Executable file
14
run
Executable 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" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue