Differences From Artifact [f9254ef448]:
- File bgrd.c — part of check-in [011cb3726d] at 2019-04-13 11:22:59 on branch trunk — add bgrd (user: lexi, size: 6254) [annotate] [blame] [check-ins using]
To Artifact [1814ca81a5]:
- File bgrd.c — part of check-in [ee4f58caef] at 2019-04-13 13:44:04 on branch trunk — fix typo (user: lexi, size: 6252) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 |
/* [ʞ] bgrd.c
* ~ lexi hale <lexi@hale.su>
* $ cc -Ofast bgread.c -lutil -obgrd
* © affero general public license 3.0
* i am angry beyond words that this program had to
* be written
*
* bgrd "background read" is a tool for launching an
* application and retrieving the first line of output.
|
| |
1 2 3 4 5 6 7 8 9 10 |
/* [ʞ] bgrd.c * ~ lexi hale <lexi@hale.su> * $ cc -Ofast bgrd.c -lutil -obgrd * © affero general public license 3.0 * i am angry beyond words that this program had to * be written * * bgrd "background read" is a tool for launching an * application and retrieving the first line of output. |