#!/bin/bash if ! pgrep -u $EUID emacs; then emacs --daemon & emacs -f znc-all & fi pidgin & linphone & if ! pgrep -u $EUID -f "firefox -P sfw"; then firefox -P sfw & fi #nagstamon &