Skip to content

A utility tool to compile files with .cpp extension to .out

Notifications You must be signed in to change notification settings

0x15F9/Seepiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Seepiler

A utility tool which I built for my personal use to compile files with .cpp extension to .out

Note

To allow execution, use

chmod +x seepiler.sh


Usage

Convert a single .cpp file to .out

./seepiler.sh Foo.cpp

The compiled binary is saved as foo.out

Convert all .cpp files to .out

./seepiler.sh

All compiled files are saved as originalName.out. The first character of the binary is converted to lower-case.


17-oct-2018.

Isfaaq.

About

A utility tool to compile files with .cpp extension to .out

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages