rcounter-0.1
--------------
---
With 'rcounter' you can delay anything for a 3 seconds and print
the countdown, you can also interrupt it with control-c anytime
aborting whole script or whatever.
---
NOTES:
Requires 68000+, OS 1.3(theoretically)+, 1+ KiB of free memory
Proggy can be made resident.
---
EXAMPLES:
; blow the fuck up the computor
failat 10
rcounter "This computer will blow up in " "kaboom!"
blowupthiscomputer
; safe reboot or shutdown. you first lock the partition
; and then give 3 secs to the filesystem to sort out any
; pending packets and reboot(works quite good with ffs)
failat 10
lock sys: on
rcounter "Rebooting this machine in " "meep meep!"
reboot
---
megacz@usa.com
|