If stdin is not a terminal pass-through its data to the session
commitc901f2bbb8ac7eb8d3daf15be948bc1c0da80ea5
authorMarc André Tanner <mat@brain-dump.org>
Sat, 17 Mar 2018 10:28:07 +0000 (17 11:28 +0100)
committerMarc André Tanner <mat@brain-dump.org>
Sat, 17 Mar 2018 12:30:52 +0000 (17 13:30 +0100)
tree27bdd5810acacd01a4894129f59a519d2767fe0e
parent5a46912d6288afac8e34d24945bcba97874e8b7b
If stdin is not a terminal pass-through its data to the session

This allows to send commands to a running session:

    echo cowsay hi | abduco -a session

See #8 for initial discussion of the feature.
abduco.1
abduco.c
client.c