Created
January 7, 2014 02:04
-
-
Save hub-cap/8293576 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
./scripts/functions:# Set global RECLONE=yes to simulate a clone when dest-dir exists | |
./scripts/functions: elif [[ "$RECLONE" == "yes" ]]; then | |
./scripts/functions: # if it does exist then simulate what clone does if asked to RECLONE | |
./README.md: $ RECLONE=yes ./redstack install | |
./README.md: $ RECLONE=yes ./redstack install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment