Skip to content

Instantly share code, notes, and snippets.

@mamashin
Created June 8, 2018 14:28
Show Gist options
  • Save mamashin/eff12c92e61870026410f39b902a80aa to your computer and use it in GitHub Desktop.
Save mamashin/eff12c92e61870026410f39b902a80aa to your computer and use it in GitHub Desktop.
Wait for create dir
/bin/bash -c 'while [ ! -d /tmp/slurm ]; do /bin/sleep 3; done'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment