This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
swflint
/
bin-files
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
1f6e1db57e
Větve
Značky
master
bin-files
/
start-skype-maybe
start-skype-maybe
96 B
Historie
Surový
1
2
3
4
5
6
7
#!/bin/sh
ps aux | grep '[s]kype'
if [ $? -eq 1 ] ; then
[ -e `which skype` ] && skype
fi