8 lines
103 B
Bash
Executable File
8 lines
103 B
Bash
Executable File
#!/usr/bin/env bash
|
|
[ -f functions.sh ] && source functions.sh
|
|
|
|
shift
|
|
chan="$1"
|
|
shift
|
|
act "$chan" "$@"
|