Skip to content

Commit

Permalink
osx.sh: Updated outdated script name in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Jul 27, 2015
1 parent d83f483 commit d5e1804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osx.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/usr/bin/env bash

# ~/.osx https://mths.be/osx
# ~/osx.sh — Originally from https://mths.be/osx

# Ask for the administrator password upfront
sudo -v

# Keep-alive: update existing `sudo` time stamp until `.osx` has finished
# Keep-alive: update existing `sudo` time stamp until `osx.sh` has finished
while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null &

###############################################################################
Expand Down

0 comments on commit d5e1804

Please sign in to comment.