A utility tool which I built for my personal use to compile files with .cpp extension to .out
To allow execution, use
chmod +x seepiler.sh
./seepiler.sh Foo.cpp
The compiled binary is saved as foo.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.