Skip to content

Instantly share code, notes, and snippets.

@rymate1234
Created July 30, 2016 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rymate1234/4cc811ff6cc018acc9c655a3e059d894 to your computer and use it in GitHub Desktop.
Save rymate1234/4cc811ff6cc018acc9c655a3e059d894 to your computer and use it in GitHub Desktop.
if ! mkdir menu.lock; then
printf "Failed to aquire lock.\n" >&2
else
python ~/menu.py
rm -rf menu.lock
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment