Skip to content

Instantly share code, notes, and snippets.

@sarnobat
Last active September 21, 2017 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sarnobat/f7b2fc52926dec2c45affce8e812415c to your computer and use it in GitHub Desktop.
Save sarnobat/f7b2fc52926dec2c45affce8e812415c to your computer and use it in GitHub Desktop.
while read line
do
echo "$line"
done < "${1:-/dev/stdin}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment