Skip to content

Instantly share code, notes, and snippets.

@skalahonza
Created December 26, 2020 19:16
Show Gist options
  • Select an option

  • Save skalahonza/d1a1299b8a2da1b00947996d49877d33 to your computer and use it in GitHub Desktop.

Select an option

Save skalahonza/d1a1299b8a2da1b00947996d49877d33 to your computer and use it in GitHub Desktop.
#!/bin/bash
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