diff options
Diffstat (limited to 'local/bin')
-rwxr-xr-x | local/bin/startme | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/local/bin/startme b/local/bin/startme new file mode 100755 index 0000000..4af6150 --- /dev/null +++ b/local/bin/startme @@ -0,0 +1,7 @@ +#!/bin/bash + +if ls ~/.annoyme/*.pid 2>/dev/null >/dev/null; then + annoyme +fi + +startx |