Skip to content

Instantly share code, notes, and snippets.

@TrevorS
Created July 16, 2014 20:05
Show Gist options
  • Save TrevorS/8274cf33958cfa9f7a41 to your computer and use it in GitHub Desktop.
Save TrevorS/8274cf33958cfa9f7a41 to your computer and use it in GitHub Desktop.
source lock_file_library.sh
# acquire the lock
acquire_lock_for "maintenance"
# your code's critical section
echo "Running maintenance."
# release your lock
release_lock_for "maintenance"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment