Skip to content

Instantly share code, notes, and snippets.

@nicmart
nicmart / lesscdir
Last active December 16, 2015 01:09 — forked from gbonanome/lesscdir
#!/bin/bash
# file name: lesscdir
# Compile every .less found under a specified folder
# $1 is the folder to search
# $2 allows to use a lessc parameters for compiling
if [[ -z $1 ]];then
echo 'Specify a directory to search'
exit