mcabber-utils/mcabber_wrapper

13 lines
169 B
Bash
Executable File

#!/usr/bin/env sh
DIR=$HOME/.mcabber
trap cleanup 1 2 3 6 14 15
cleanup() {
$DIR/stop.sh
}
./start.sh
mcabber # this blocks the shell until mcabber closes
./stop.sh