iankelling.org
/
git
/
distro-setup
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
minor fix and add automatic updates
[distro-setup]
/
desktop-apps
1
#!/bin/bash
2
3
if
!
pgrep
-u
$EUID
emacs
;
then
4
emacs
--daemon
&
5
emacs
-f
znc-all
&
6
fi
7
pidgin
&
8
linphone
&
9
if
!
pgrep
-u
$EUID
-f
"firefox -P sfw"
;
then
10
firefox
-P
sfw
&
11
fi
12
#nagstamon &