anything-scripts

Disposable scripts to fix day to day problems.
git clone git://soucy.cc/anything-scripts.git
Log | Files | Refs

scss.sh (190B)


      1 #!/usr/bin/env bash
      2 
      3 if hash sass 2>/dev/null; then
      4     sass --help
      5 else
      6     echo "- Sorry But You must install *SASS* for NodeJs."
      7     echo "- Please execute *sudo npm install -g sass*"
      8 fi