Moving more modules
[apertium.git] / trunk / apertium-forms-server / shutdown.sh
blob6ff0ce48b81e565a66d3ed2e5bedd2b7d56c8a18
1 #!/bin/sh
3 PID=`ps a | grep forms | head -1 | awk '{print $1}'`
4 echo $PID
5 kill -9 $PID