diff --git a/README.md b/README.md index ab818f7..fd22b46 100644 --- a/README.md +++ b/README.md @@ -31,4 +31,4 @@ Find us on LaunchPad -Copyright (c) 2011-2013 Shubham Chaudhary +Copyright (c) 2011-2014 Shubham Chaudhary diff --git a/install b/install index dcf520b..66a1b3f 100755 --- a/install +++ b/install @@ -1,6 +1,6 @@ # install # -# Copyright (c) 2012-2013 Shubham Chaudhary +# Copyright (c) 2012-2014 Shubham Chaudhary # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,8 +16,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. -# -# +# +# #This script installs universal compilation tool for different programming languages @@ -44,7 +44,7 @@ helpInstall(){ echo " # permissions. Provide password when asked or run as su. #" echo " # #" echo " # Note : If install file does not have execution permission you #" - echo " # should execute this command first #" + echo " # should execute this command first #" echo " # \`sudo chmod 777 install universal.pl\` #" echo " # #" echo " # To Uninstall previous installations type: #" diff --git a/universal.pl b/universal.pl index 58f8dc4..6ac7150 100755 --- a/universal.pl +++ b/universal.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -w # universal.pl # -# Copyright (c) 2011-2013 Shubham Chaudhary +# Copyright (c) 2011-2014 Shubham Chaudhary # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,8 +17,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. -# -# +# +# use strict; use warnings; @@ -41,10 +41,10 @@ sub usage { print "\n"; #newline #print "# # # # # # # # # # # # # # # # # # # # # # # # # # # #" print " #######################################################\n"; - print " # - - - Universal Compiler Usage - - - (c) #\n"; - print " # USAGE: universal #\n"; + print " # - - - Universal Compiler Usage - - - (c) #\n"; + print " # USAGE: universal #\n"; print " # Compaitable with '.c' '.cpp' '.py' '.java' files #\n"; - print " # For Full Help: \`universal help\` #\n"; + print " # For Full Help: \`universal --help\` or \`u -h\` #\n"; # print " # #\n"; # print " #######################################################\n"; # print " # Program: Universal Compiler - Programming made easy #\n"; @@ -58,22 +58,22 @@ sub helpFun { print "\n"; #newline #print "# # # # # # # # # # # # # # # # # # # # # # # # # # # #" print " #######################################################\n"; - print " # + + + Universal Compiler Help + + + (c) #\n"; + print " # + + + Universal Compiler Help + + + (c) #\n"; print " # #\n"; print " # Aliases: 'universal' and 'u' and 'c' #\n"; print " # That means you may also use: #\n"; - print " # \`universal help\` \`u help\` #\n"; + print " # \`u --help\` \`universal --help\` #\n"; print " # #\n"; print " # USAGE: universal #\n"; - print " # universal #\n"; + print " # universal #\n"; print " # e.g 'universal hello.cpp' #\n"; print " # 'universal HelloWorld.java' #\n"; print " # Automated Testing options: t, t1, t2, t3 #\n"; - print " # For Full Help: 'universal help' #\n"; - print " # #\n"; + print " # For Full Help: 'universal -h' #\n"; + print " # #\n"; print " # Compaitable with '.c' '.cpp' '.py' '.java' files #\n"; print " # #\n"; - print " # Update Version: \`universal download\` #\n"; + print " # Update Version: \`universal -u\` #\n"; print " # Or see README.md to get download link #\n"; print " # #\n"; print " #######################################################\n"; diff --git a/universal.sh b/universal.sh index cc45095..bf6d152 100755 --- a/universal.sh +++ b/universal.sh @@ -1,6 +1,6 @@ # universal.sh # -# Copyright (c) 2011-2013 Shubham Chaudhary +# Copyright (c) 2011-2014 Shubham Chaudhary # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -16,17 +16,17 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301, USA. -# -# +# +# ##this script compiles .c & .cpp files function usage { echo #newline #echo "# # # # # # # # # # # # # # # # # # # # # # # # # # # #" echo " #######################################################" - echo " # - - - Universal Compiler Usage - - - (c) #" + echo " # - - - Universal Compiler Usage - - - (c) #" echo " # #" - echo " # USAGE: universal.sh #" + echo " # USAGE: universal.sh #" echo " # Compaitable with '.c' '.cpp' '.py' '.java' files #" echo " # #" echo " # For Full Help: \`universal.sh help\` #" @@ -42,14 +42,14 @@ function helpFun { echo #newline #echo "# # # # # # # # # # # # # # # # # # # # # # # # # # # #" echo " #######################################################" - echo " # + + + Universal Compiler Help + + + (c) #" + echo " # + + + Universal Compiler Help + + + (c) #" echo " # #" echo " # Aliases: 'universal' and 'universal.sh' and 'c' #" echo " # That means you may also use: #" echo " # \`universal help\` \`c help\` #" echo " # #" echo " # USAGE: universal.sh #" - echo " # universal.sh #" + echo " # universal.sh #" echo " # e.g 'universal.sh hello.cpp' #" echo " # 'universal.sh HelloWorld.java' #" echo " # Automated Testing options: t, t1, t2, t3 #"