README - bsleep - breakable sleep
HTML git clone git://kroovy.de/bsleep
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
README (541B)
---
1 bsleep
2
3 Breakable sleep. The button 'b' breaks the sleep. This can be used to
4 chain two tasks on the commandline, with the second task only waiting for
5 you to press 'b'.
6
7 Build dependencies
8 - C compiler
9 - libc
10
11 This program is meant to help people complete tasks on the commandline.
12 Also the source code can be studied as a simple approach to forking a
13 process.
14
15 The invocation of the operating system command "/bin/stty" via system()
16 is not the most elegant. At the moment this needed to read the character
17 without the need to press Enter.