Releases: ylogx/universal
Release v2.0.0
Update to the release
- Upgraded commandline options
- Check existence of input files
PyPi Release
v1.9.8 More consolidated structure
Released for beta testing
v1.9.1 Updated README.md file and some minor fixed
Version 2 - Beta
Based on perl
Significantly faster then the shell script
chaudhary@Jarvis:~/code/scripts/universal$ time ./universal.pl Hello.java
-
-
-
-
-
- JAVA: Compiling Hello .java file + + + + +
Performingjavac Hello.java
- JAVA: Compiling Hello .java file + + + + +
-
-
-
-
-
-
-
-
-
java Hello
OUTPUT follows:
Hello World
-
-
-
-
real 0m0.563s
user 0m0.843s
sys 0m0.057s
chaudhary@Jarvis:~/code/scripts/universal$ time ./universal.sh Hello.java
\ + + + + + + JAVA: Compiling Hello .java file + + + + +
Performing 'javac Hello.java'
\ + + + + + + java Hello
OUTPUT follows:
Hello World
real 0m0.638s
user 0m1.073s
sys 0m0.073s
Shell script, Perl porting help welcome
The perl porting is still in progress and is incomplete but the shell script has been tested several times and is fit for daily use with a lot of new enhancements in it.
The name of the shell script is universal.sh and the previous shortcut may not work now.
Shell Script for any source
A Shell Script which is able to handle almost any type of source code.
Foundation of project Universal
A single file able to handle source files of C or C++ i.e. a single command to compile c and cpp source code.
Two shell scripts for c & c++
c.sh can handle c source code where as cpp.sh is able to handle c++ source code.