Skip to content

Instantly share code, notes, and snippets.

@natebrunette
Last active March 12, 2018 19:33
Show Gist options
  • Save natebrunette/53d794ab085e94ed775d99178881704e to your computer and use it in GitHub Desktop.
Save natebrunette/53d794ab085e94ed775d99178881704e to your computer and use it in GitHub Desktop.
Frontload any sudo commands so you can walk away from your computer
#! /bin/bash
sudo true && "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment