there's no sudo command in cygwin
- by Jason Sundram
Because there's no sudo command in Cygwin, scripts that I want to run fail with ./install.sh: line N: sudo: command not found
What's the standard way for getting around this? Editing the scripts to remove sudo? Getting some sudo-like tool for windows?