repo.or.cz
/
apertium.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Prep
[apertium.git]
/
apertium-forms-server
/
shutdown.sh
blob
6ff0ce48b81e565a66d3ed2e5bedd2b7d56c8a18
1
#!/bin/sh
2
3
PID
=
`ps a | grep forms | head -1 | awk '{print
$1
}'`
4
echo
$PID
5
kill -9
$PID