Skip to content

Qu1ck5h0t/tempc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Function/Usage

This utility will automatically compile a given C script, ask for arguments, run the binary with given arguments and delete it. It effectively functions as a runtime for C that does not involve manual compiling by the user or a leftover binary, similar to how Python works. I made it so I can test my C scripts without compilation, a luxury that is not offered by default.

To use it, all you have to do is run the command "tempc scriptname.c", or simply "tempc scriptname". Both will work. Alternatively, if you do not wish to install tempc as a command you can download the base script and run it through "./tempc" in the directory where it is located.

Installation

In order to use the script, all you have to do is download the installation script and run "sudo ./install.sh". The script will remove itself after installation, and you may use the command "tempc" anywhere on your Linux system.

Usage alongside my bashrc QoL additions is recommended.

About

Linux utility to run C scripts with arguments without saving compiled binaries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages