Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
INSTALL | H A D | 05-Jul-2014 | 428 | 17 | 13 | |
Makefile | H A D | 05-Jul-2014 | 963 | 51 | 33 | |
NEWS | H A D | 05-Jul-2014 | 256 | 14 | 10 | |
README | H A D | 05-Jul-2014 | 379 | 14 | 9 | |
main.c | H A D | 05-Jul-2014 | 1.5 KiB | 59 | 39 | |
process.c | H A D | 05-Jul-2014 | 3.8 KiB | 165 | 127 | |
process.h | H A D | 05-Jul-2014 | 659 | 32 | 22 | |
respond.1 | H A D | 05-Jul-2014 | 2.6 KiB | 79 | 78 | |
respond.c | H A D | 05-Jul-2014 | 6 KiB | 207 | 171 | |
respond.h | H A D | 05-Jul-2014 | 649 | 25 | 14 |
README
1RESPOND 2======= 3 4respond listens on stdin or on a specified named pipe and matches each 5line it reads to the regular expressions it finds in the specified 6actionscript. If a line matches, respond executes a rewritten command 7defined in the actionscript. 8 9 10Copyright (c) 2007-2014, Jouke Witteveen <j.witteveen@gmail.com> 11All rights reserved. 12 13The Simplified BSD License applies. 14