Created
January 14, 2012 00:06
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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