Skip to content

Instantly share code, notes, and snippets.

@sarnobat
Last active September 21, 2017 22:20
Show Gist options
  • Select an option

  • Save sarnobat/f7b2fc52926dec2c45affce8e812415c to your computer and use it in GitHub Desktop.

Select an option

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