aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2021-07-17Add +x (escaped command) flagJohn Ankarström
Here is a summary of the squashed commits: Fix comparison (line 55) Temporarily suspend SIGCHLD handler Support only one file argument (it gets WAY too complex otherwise) Clean up properly Clean up code Properly handle SIGINT during escaped command Abort escaped command if previous command failed
2021-07-14Makefile: Install rtty.1John Ankarström
2021-07-14Implement rtty in rio.c, rename to rtty.cJohn Ankarström
2021-07-14Rename rtty to rio, rd to rttyJohn Ankarström
2021-07-14rd: Start ssh in batch mode, exec into rttyJohn Ankarström
2021-07-14rtty.c: Don't eat output after repeated typed commandJohn Ankarström
2021-07-14Rename r to riJohn Ankarström
2021-07-14rd: Remove named pipes at startJohn Ankarström