stormbot/modules/do/do.sh

7 lines
83 B
Bash
Raw Normal View History

2016-09-05 21:44:04 -04:00
[ -f functions.sh ] && source functions.sh
shift
chan="$1"
shift
act "$chan" "$@"