Created
February 15, 2021 13:05
-
-
Save byrnedo/8452987bd1eeedded955ee939c173163 to your computer and use it in GitHub Desktop.
Fill terminal input and return to interactive
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Sends foo bar and baz then back to you | |
(printf 'foo\nbar\nbaz\n' && cat) | $1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment