unbounded joy or the musings of a sysadmin.
kill something. anything.
#!/bin/bash echo -n "what do you wish to kill? " read var1 kill -9 `ps -ef|grep $var1| awk '{print $2}'`
Post a Comment
No comments:
Post a Comment