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
#!/bin/bash | |
function printHelp | |
{ | |
echo "-h displays this page" | |
echo "-v displays the version information" | |
echo "-f compiles and minifies a single file" | |
echo "-d compiles and minifies all files in a directory" | |
echo "-i checks dependendancies and installs them if node is installed" | |
} |