Created
July 16, 2014 20:05
-
-
Save TrevorS/8274cf33958cfa9f7a41 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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