This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
reghao
/
oss
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
ac08f9c6ea
Branchit
Tagit
master
oss
/
oss-store
/
bin
/
shutdown.sh
shutdown.sh
92 B
Historia
Raaka
1
2
3
4
5
#!/bin/bash
app='oss-store.jar'
pid=`jps | grep ${app} | awk '{print $1}'`
kill -15 ${pid}