runeve stands for RUN EVErything. It is a python script which can run various types of programs of different programming language using a single command.
- Save this script in the same directory in which you have the file that you want to run.
- For running this script use this command
./final-script.py <filename-to-execute>
. - For further commands use this
./final-script.py -n <filename-to-execute>
for c and c++ files. - This script can run .c , .cpp , .py , .rb , .php , .js and .java files.