Skip to content

Commit 1a7ec10

Browse files
committed
v 1.1
1 parent 44234ce commit 1a7ec10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ccompile/Ccompiler.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
#!/bin/bash
22

3-
printf "******************************************************************\n"
3+
printf "<--********************* your program ****************************************\n"
44

55
if [[ "$1" != "" || "$2" != "" ]] ;
66
then
77
gcc -Wall $1 -o $2
88
./$2
9+
printf "\n********************************************************** -->"
910
printf "\n do u want to deleat temporary file (executables) [Y/n] default n :"
1011
read answer
1112
if [[ $answer != "y" && $answer != "Y" ]];
@@ -22,4 +23,4 @@ else
2223
printf "retry please\n"
2324
fi
2425
sleep 1
25-
printf "\n*******************************************************************\n"
26+
printf "\n+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n"

0 commit comments

Comments
 (0)