Skip to content

Instantly share code, notes, and snippets.

@cwage
Created February 3, 2018 17:18
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 cwage/60d46db3512b5960ef631258dfba4487 to your computer and use it in GitHub Desktop.
Save cwage/60d46db3512b5960ef631258dfba4487 to your computer and use it in GitHub Desktop.
cwage@portaplotz:~/bin$ cat lsd.sh
#!/bin/sh
while true; do
ls | nc -l 12345
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment