Explorar o código

Added facility to start skype

Samuel W. Flint %!s(int64=8) %!d(string=hai) anos
pai
achega
0f3a9852cc
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      start-skype-maybe

+ 7 - 0
start-skype-maybe

@@ -0,0 +1,7 @@
+#!/bin/sh
+
+ps aux | grep '[s]kype'
+
+if [ $? -eq 1 ] ; then
+    [ -e `which skype` ] && skype
+fi