Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alvaromartinezmajado/6394d3a642d91d02b4a3d60602486aa4 to your computer and use it in GitHub Desktop.
Save alvaromartinezmajado/6394d3a642d91d02b4a3d60602486aa4 to your computer and use it in GitHub Desktop.
while sleep 2; do echo foo; done >> /tmp/log.txt &
disown
tail -f /tmp/log.txt
#ara es pot tancar el terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment