Make a build.sh script
#!/usr/bin/env bash
if [[ "$1" != it ]] ; then
echo 'You forgot the it switch'
else
echo 'What are you,6?'
fi
Post
September 13, 2016
September 13, 2016
Make a build.sh script
#!/usr/bin/env bash
if [[ "$1" != it ]] ; then
echo 'You forgot the it switch'
else
echo 'What are you,6?'
fi