Home

Awesome

car

Build Status

Compile and Run! Execute source files directly without worrying at all about compiling.

Command-line utility for quickly executing files containing code in a compiled language such as C, C++, Java, etc.

Seamlessly execute files as if they were scripts, leaving no trace of binaries behind.

Installation

To install car enter the following command into a terminal:

sudo curl -sL "$(curl -s https://api.github.com/repos/nicholaschiasson/car/releases/latest | sed -n -e 's/^.*"browser_download_url": "\(.*\)"$/\1/p')" | sh

Usage

Supported Languages

Supported Operating Systems

Notes

car is only a shell script; it does not ship with the capability to compile source on its own.

car makes use of various other compilers, but does not in its current state ship with binaries for those compilers, thus it is up to the user to download and install compilers on their own.

In a future release, perhaps an installer for car will be included which will be able to fetch compilers as dependencies.