Skip to content

Instantly share code, notes, and snippets.

@chilcote
Created February 27, 2019 02:50
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 chilcote/6dfcc86398a4fbf63155bff56b02fbab to your computer and use it in GitHub Desktop.
Save chilcote/6dfcc86398a4fbf63155bff56b02fbab to your computer and use it in GitHub Desktop.
#!/bin/bash
until [[ -d "/Volumes/Deploy Studio Test" ]]; do
sleep 5
done
cp -r "/Volumes/Deploy Studio Test/Deploy/Workflows/High Sierra Install/Macintosh HD/copy" "~/Desktop"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment