Skip to content
Snippets Groups Projects
kill.sh 77 B
Newer Older
#!/bin/bash
PIDFILE="$HOME/tmp/key-storage-agent.pid"
kill -9 `cat $PIDFILE`