Skip to content

Commit 7114da9

Browse files
committed
update banner
1 parent e09106f commit 7114da9

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

run

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
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 #
@@ -19,7 +18,7 @@
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

2423
red=$(tput setaf 1)
2524
green=$(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_

0 commit comments

Comments
 (0)