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