We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44234ce commit 1a7ec10Copy full SHA for 1a7ec10
ccompile/Ccompiler.sh
@@ -1,11 +1,12 @@
1
#!/bin/bash
2
3
-printf "******************************************************************\n"
+printf "<--********************* your program ****************************************\n"
4
5
if [[ "$1" != "" || "$2" != "" ]] ;
6
then
7
gcc -Wall $1 -o $2
8
./$2
9
+ printf "\n********************************************************** -->"
10
printf "\n do u want to deleat temporary file (executables) [Y/n] default n :"
11
read answer
12
if [[ $answer != "y" && $answer != "Y" ]];
@@ -22,4 +23,4 @@ else
22
23
printf "retry please\n"
24
fi
25
sleep 1
-printf "\n*******************************************************************\n"
26
+printf "\n+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n"
0 commit comments