cleanup: remove unnecessary mcabber launcher

This commit is contained in:
2014-03-04 17:17:38 +03:00
parent 864a1db69f
commit 8bd42aa4b8

View File

@@ -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