This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
hb_tousu
/
acl_tousu
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
6cde7fe2d0
Rami (Branch)
Tag
dev
master
test
prod-20230221
test-20230221
prod-20230217
test-20230217
test-20230129
test-20230116
test-20230113
test-20230111
test-20230109
test-20230107
acl_tousu
/
doc
/
部署文档
/
测试环境
/
bin
/
stop.sh
stop.sh
101 B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash
for i in $(ps -ef|grep aclTousu.jar |grep -v grep|awk '{print $2}')
do
kill -9 $i;
done