Created
November 18, 2018 11:39
-
-
Save windytan/6d1ec4174c33dc94fb49d129e04fc2ac to your computer and use it in GitHub Desktop.
Infini-cat: Output a file to stdout in an infinite loop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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