Skip to content

Instantly share code, notes, and snippets.

@AndrewHazelden
Created December 12, 2015 14:45
Show Gist options
  • Save AndrewHazelden/c2ecddc1c6733f8a0df1 to your computer and use it in GitHub Desktop.
Save AndrewHazelden/c2ecddc1c6733f8a0df1 to your computer and use it in GitHub Desktop.
A MEL command for sleeping for 10 seconds.
// MEL uses the pause command for sleeping the execution of the current script
pause -sec 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment