Skip to content

Instantly share code, notes, and snippets.

@rpavlik
Created January 14, 2012 00:06
Show Gist options
  • Save rpavlik/1609472 to your computer and use it in GitHub Desktop.
Save rpavlik/1609472 to your computer and use it in GitHub Desktop.
Script to call to periodically sync all sysinternals tools to the latest version
#!/bin/bash
wget http://live.sysinternals.com/ -N -r -l1 -X/tools,/WindowsInternals,/files -nH -nd -Psysinternals
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment