4 lines
83 B
Plaintext
4 lines
83 B
Plaintext
|
#!/bin/bash
|
||
|
cdir=$(dirname "$(realpath "$BASH_SOURCE")")
|
||
|
$cdir/bin/control.sh "$@"
|