Skip to content

Commit

Permalink
Script v3
Browse files Browse the repository at this point in the history
  • Loading branch information
JPIglesias-Triangle authored Nov 12, 2017
1 parent 89ba857 commit 51409b3
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions triangle-site
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,16 @@
cd
cd Desktop/Triangle/A-Site-4.0/

if [ "$1" = "" ]
if [ "$1" = ""]
then
echo Triangle Site 4.0: Error... You have to specify a routine like sass or browser-sync
say Triangle Site 4.0: Error... You have to specify a routine like sass or browser-sync
echo Triangle Shell v3
say Triangle Shell v3
fi

if [ "$1" = "man" ]
then
echo Triangle Site 4.0: You must specify a routine like sass or browser-sync
say Triangle Site 4.0: You must specify a routine like sass or browser-sync
fi

if [ "$1" = "dev" ]
Expand Down

0 comments on commit 51409b3

Please sign in to comment.