Skip to content

Instantly share code, notes, and snippets.

@cozzin
Created January 4, 2023 09:00
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 cozzin/8743b7435843096dff94d47083af1432 to your computer and use it in GitHub Desktop.
Save cozzin/8743b7435843096dff94d47083af1432 to your computer and use it in GitHub Desktop.
pod update every 1 min
for i in {1..60}; do pod update; date ; sleep 60; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment