This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
hb_tousu
/
siteinfo_update
ウォッチ
5
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ブランチ:
master
ブランチ
タグ
master
prod-20230213
test-20230213
prod-20230208
test-20230208
prod-20230129
siteinfo_update
/
scripts
/
test
/
stop.sh
stop.sh
72 B
パーマリンク
履歴
Raw
1
2
3
4
5
#!/bin/bash
for i in $(pgrep -f site_info.jar); do
kill -9 "$i"
done