Skip to content

Instantly share code, notes, and snippets.

@jaymzcd
Created May 3, 2010 13:38
Show Gist options
  • Save jaymzcd/388096 to your computer and use it in GitHub Desktop.
Save jaymzcd/388096 to your computer and use it in GitHub Desktop.
#!/bin/bash
input=''
while read data
do
input=${input}${data}
done
echo $input
echo $input > /tmp/ccss.tmp.less
/var/lib/gems/1.9.1/bin/lessc /tmp/ccss.tmp.less /tmp/ccss.css
cat /tmp/ccss.css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment