/runeve

running different languages program using single script

Primary LanguagePython

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.

Pythonscript

Instructions

  1. Save this script in the same directory in which you have the file that you want to run.
  2. For running this script use this command ./final-script.py <filename-to-execute>.
  3. For further commands use this ./final-script.py -n <filename-to-execute> for c and c++ files.
  4. This script can run .c , .cpp , .py , .rb , .php , .js and .java files.