Created
February 27, 2019 02:50
-
-
Save chilcote/6dfcc86398a4fbf63155bff56b02fbab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/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