7 lines
83 B
Bash
Executable File
7 lines
83 B
Bash
Executable File
[ -f functions.sh ] && source functions.sh
|
|
|
|
shift
|
|
chan="$1"
|
|
shift
|
|
act "$chan" "$@"
|