4 lines
102 B
Bash
Executable file
4 lines
102 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
# shellcheck disable=SC2046 # Intended splitting of OPTIONS
|
|
./bin/loader/loader $@
|