Skip to content

Commit 25fc3a2

Browse files
committed
v1.1
1 parent 1a7ec10 commit 25fc3a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ccompile/Ccompiler.sh

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

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

55
if [[ "$1" != "" || "$2" != "" ]] ;
66
then
77
gcc -Wall $1 -o $2
8+
printf "<--********************* your program ****************************************\n"
89
./$2
910
printf "\n********************************************************** -->"
1011
printf "\n do u want to deleat temporary file (executables) [Y/n] default n :"

0 commit comments

Comments
 (0)