Thread: Disable CTRL+C
View Single Post

   
  #2 (permalink)  
Old 02-16-2008, 07:23 AM
TomazZ
 
Posts: n/a
Default Re: Disable CTRL+C

Gr8 i found something:

stty intr ""

or

trap '' 2

sleep 5

And CTRL+C wont stop executing my script

Thx anyway.

TomazZ je napisal:
> Where/how to disable CTRL+C in OpenBSD?
>
> Thank you in advance.
>
> Sorry about doublepost in openbsd.misc
>
> Regards,
> TomazZ


Reply With Quote