Hello!
Here I am again. Today I will talk about a LESS CSS App for Linux OS.
I use both Mac and Linux machines. Using Mac we have the excellent app http://incident57.com/less/. For Linux, we have a executable file (SH commands) that wait for file update and run the lessc command to compile the less file.
The Linux file located in this link. Just download it. http://code.krml.fr/less.app
This file uses the inotify-tools for Linux. So you have to install it too. Now I am using Fedora 16, so just type as root yum install inotify-tools
and Yum will install it. Ubuntu users can use apt-get for that too.