Skip to content

karthikSingireddy/gcc-alias

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

gcc-alias

This script is intended to automate setting up aliases for compiling and running C programs.

Usage

$ . ./gccAlias.sh <compileCommand> <runCommand> <compileAndRunCommand> <c file> <output file>

Example

$ . ./gccAlias.sh hc hr hcr program.c program

Use hc to compile the code, hr to run the program, and hcr to compile and run.

Setup

$ wget "https://raw.githubusercontent.com/karthikSingireddy/gcc-alias/master/gccAlias.sh"
$ chmod a+x gccAlias.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages