Lines Matching refs:DEST
3 DEST=$1
5 if [ ! -d "$DEST" ]; then
6 echo -e "Destination \"$DEST\" is not a directory. Run\n\tnpm deploy -- [destination-directory]"
16 copy *.png $DEST/
17 copy *.css $DEST/
18 copy index.html $DEST/
19 copy info-view.html $DEST/
20 copy -R build $DEST/
21 copy -R img $DEST/
24 echo "Deployed to $DEST/."