Skip to content

Instantly share code, notes, and snippets.

@lgrz
Created September 14, 2013 09:10
Show Gist options
  • Save lgrz/6560377 to your computer and use it in GitHub Desktop.
Save lgrz/6560377 to your computer and use it in GitHub Desktop.
Ghetto progress with dd
while [[ 1 ]]; do kill -USR1 `pgrep ^dd$`; sleep 2; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment