cp src to dest

This commit is contained in:
Kyle Spearrin 2018-02-19 22:51:13 -05:00
parent 0213c19dc0
commit d1c89efb73
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ DIST_DIR="$ROOT_DIR/dist"
CASK_DIR="$ROOT_DIR/stores/homebrew-cask"
DIST_CASK_DIR="$DIST_DIR/homebrew-cask"
cp -r ./SourceFolder ./DestFolder
cp -r $CASK_DIR $DIST_CASK_DIR
if [ ! -d "$DIST_CASK_DIR" ]
then