このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
application
/
smarthome_rpi_gui_client
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
wether station gui client
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
16
コミット
2
ブランチ
ツリー:
cb2ed9395d
master
mod_update
ブランチ
タグ
${ item.name }
ブランチ
${ searchTerm }
を作成
'cb2ed9395d' から
${ noResults }
smarthome_rpi_gui_client
/
kill.sh
kill.sh
97B
履歴
Raw
1
2
3
4
#!/bin/sh
#
pid=`ps -aef | grep -i 'smarthome.py' | grep -v 'grep' | awk '{print $2}'`
kill $pid