This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
hb_tousu
/
acl_tousu_task
Obserwuj
5
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
tmp
Gałęzie
Tagi
master
tmp
prod-20230209.1
test-20230209.1
prod-20230209
test-20230209
prod-20230208
test-20230208
test-20230116
acl_tousu_task
/
scripts
/
test
/
stop.sh
stop.sh
75 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
#!/bin/bash
for i in $(pgrep -f aclTousuTask.jar); do
kill -9 "$i"
done