Skip to content

Instantly share code, notes, and snippets.

@windytan
Created November 18, 2018 11:39
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 windytan/6d1ec4174c33dc94fb49d129e04fc2ac to your computer and use it in GitHub Desktop.
Save windytan/6d1ec4174c33dc94fb49d129e04fc2ac to your computer and use it in GitHub Desktop.
Infini-cat: Output a file to stdout in an infinite loop
#!/bin/sh
while true; do cat $1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment