5 řádky
97 B
Bash
Spustitelný soubor
5 řádky
97 B
Bash
Spustitelný soubor
#!/bin/sh
|
|
#
|
|
pid=`ps -aef | grep -i 'smarthome.py' | grep -v 'grep' | awk '{print $2}'`
|
|
kill $pid
|