File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# #########################################################
4- # crunner - code-runner #
4+ # code-runner #
55# #
66# Automate the process for compiling and executing #
7- # your code in multiple langs using singe command. #
7+ # your code in multiple langs using single command. #
88# #
9- # Author: Arpit Bhardwaj(proffapt) #
10- # CO-AUTHORED BY: CyberKnight and PeroSar #
9+ # Author: Arpit(proffapt) Bhardwaj #
1110# Git(hub/lab): proffapt #
1211# Twitter: @proffapt #
1312# Telegram: @proffapt #
1918# Or if you have a fix, create a Pull Request. #
2019# #
2120# #########################################################
22- # Can't rewrite without this banner(line 3-23 )!
21+ # Can't rewrite without this banner(line 3-21 )!
2322
2423red=$( tput setaf 1)
2524green=$( tput setaf 2)
@@ -328,7 +327,7 @@ for arg in "$@"; do
328327 rclean_exe
329328 ;;
330329 " --version" | " v" )
331- echo " ${cyan} code-runner ${white} version : ${yellow} 1.1.6 ${white} "
330+ echo " ${cyan} code-runner ${white} version : ${yellow} 1.2.0 ${white} "
332331 ;;
333332 * )
334333 _ERROR_UFTC_
You can’t perform that action at this time.
0 commit comments