mcabber-utils/stop.sh

6 lines
123 B
Bash
Executable File

#!/usr/bin/env sh
DIR=$HOME/.mcabber
[ -f $DIR/notify_pids ] && cat $DIR/notify_pids | xargs kill && rm $DIR/notify_pids