Skip to content

Instantly share code, notes, and snippets.

@Equinox-
Created November 4, 2012 03:55
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 Equinox-/4010095 to your computer and use it in GitHub Desktop.
Save Equinox-/4010095 to your computer and use it in GitHub Desktop.
readin.sh
#!/bin/bash
while :
do
read line
if [ "$line" ]; then
echo $line
fi
done < $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment