How to run C snippets quickly

lacy utility to run C snippetsI saw this the other day. A GitHub project for Linux that installs a quick way to run snippets. You download the zip file from GitHub let the archiver handle it then right-click extract the folder to somewhere, typically in your home folder.

Then you cd into the extracted folder and from the terminal run

./install.sh

To install it. After that open a new terminal to pick up the changed paths. You can type in

lacy -h

to view the commands. You can see in the screenshot above where I tried it in Ubuntu.

(Visited 39 times, 1 visits today)