uci-cronicle/start

4 lines
82 B
Bash
Executable File

#!/bin/bash
cdir=$(dirname "$(realpath "$BASH_SOURCE")")
$cdir/control start "$@"