init with some kind of working prototype
This commit is contained in:
commit
b5cb22822e
22 changed files with 1292 additions and 0 deletions
15
run
Executable file
15
run
Executable file
|
|
@ -0,0 +1,15 @@
|
|||
#!/bin/sh -eu
|
||||
|
||||
RUN_BIN=$(realpath "$0")
|
||||
RUN_DIR=$(dirname "$RUN_BIN")
|
||||
|
||||
export RUN_BIN
|
||||
export RUN_DIR
|
||||
|
||||
task="$1"
|
||||
shift
|
||||
|
||||
# export DEBUG=1
|
||||
# export UNWIND_LOGLEVEL=DEBUG
|
||||
|
||||
exec scripts/"$task" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue