Search Results

Search: Posts Made By: wisecracker
Forum: Programming 12-08-2014
2,526
Posted By wisecracker
I must be mis-interpreting your requirement... ...
I must be mis-interpreting your requirement...
How about this?
timer=0
count=0
totaltime=0
# 1 second delay with keyboard override.
delay()
{
read -n1 -s -t1 keyboard
}
read -p "Press any...
Forum: Programming 12-08-2014
2,526
Posted By wisecracker
Not sure if this is what you are after. A very...
Not sure if this is what you are after.
A very basic keyboard input version using a pseudo-INKEY$ in seconds only.
OSX 10.7.5, default bash terminal. Keys S=Start, F=Finish, Q=Quit...
#!/bin/bash...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 10:51 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy