Skip to content

Instantly share code, notes, and snippets.

@tioover
Created May 8, 2014 04:18
Show Gist options
  • Save tioover/7043ca3e4e837082891f to your computer and use it in GitHub Desktop.
Save tioover/7043ca3e4e837082891f to your computer and use it in GitHub Desktop.
#!/bin/bash
while :
do
read TEXT
echo $TEXT
echo $TEXT > $1
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment