This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
reghao
/
devops
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
50873c847d
Rami (Branch)
Tag
master
devops
/
crawler
/
bin
/
shutdown.sh
shutdown.sh
101 B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash
app='spider-crawler-exec.jar'
pid=`jps | grep ${app} | awk '{print $1}'`
kill -15 ${pid}