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