This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
hb_tousu
/
acl_tousu
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
e9d5d5fffd
Branches
Tags
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
Historique
Raw
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