diff --git a/bin/mcbs b/bin/mcbs deleted file mode 100755 index 61d36d8..0000000 --- a/bin/mcbs +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -pushd ~/.mcabber -for account in `ls -1 mcabberrc.* | grep -Ev 'disabled$' | cut -c11-`; do - ps x | grep -F "$account" | grep -v grep || exec xterm -title "$account - mcabber" -e mcabber -f "mcabberrc.$account" & -done -disown -popd