Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MiquelAdell/75dff7bf8f023b4f7e3aba15630d91b4 to your computer and use it in GitHub Desktop.
Save MiquelAdell/75dff7bf8f023b4f7e3aba15630d91b4 to your computer and use it in GitHub Desktop.
while sleep 2; do echo foo; done >> log.txt &
disown
tail -f 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