Skip to content

Instantly share code, notes, and snippets.

@dorukgezici
Created July 14, 2017 05:46
Show Gist options
  • Save dorukgezici/d02ea4866b180db663b3bc3571fbbcfc to your computer and use it in GitHub Desktop.
Save dorukgezici/d02ea4866b180db663b3bc3571fbbcfc to your computer and use it in GitHub Desktop.
MacSudo, gksudo equivalent for macOS using AppleScript in bash.
#!/bin/sh
# MacSudo, gksudo equivalent for macOS using AppleScript in bash.
osascript -e 'do shell script "'"$*"'" with administrator privileges'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment