chmod +x script-name
cp script-name /usr/local/bin

--
Kyle Gonzales
Sent from my mobile

On Dec 2, 2010, at 12:02 AM, Easton Birdsong <[email protected]> wrote:

> #!/bin/ksh
> #Created by Easton Birdsong
> echo Which program would like to kill?
> read answer
> VAR_PID=`pgrep $answer`
> kill -9 $VAR_PID
> exit
> 
> I'm currently trying to create this into a bin file. If anyone could point
> me in the right direction it would be greatly appreciated!

---------------------------------------------------------------------
Archive      http://marc.info/?l=jaxlug-list&r=1&w=2
RSS Feed     http://www.mail-archive.com/[email protected]/maillist.xml
Unsubscribe  [email protected]

Reply via email to