This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
hb_tousu
/
acl_tousu
Tarkkaile
2
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
8498c9b882
Haarat
Tagit
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
/
other
/
sh
/
stop.sh
stop.sh
102 B
Historia
Raaka
1
2
3
4
5
6
#!/bin/bash
for i in $(ps -ef|grep aclTousu.jar |grep -v grep|awk '{print $2}')
do
kill -9 $i;
done