Skip to content

Instantly share code, notes, and snippets.

@GuyPaddock
Created May 3, 2019 01:59
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 GuyPaddock/b6549e4ba5b0216d001efe9e3295f072 to your computer and use it in GitHub Desktop.
Save GuyPaddock/b6549e4ba5b0216d001efe9e3295f072 to your computer and use it in GitHub Desktop.
Calculate checksum over kubectl bash without timing out
#!/usr/bin/env bash
(while true; do date; sleep 1; done) &
sha1sum * | tee checksums.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment