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 1a7ec10 commit 25fc3a2Copy full SHA for 25fc3a2
ccompile/Ccompiler.sh
@@ -1,10 +1,11 @@
1
#!/bin/bash
2
3
-printf "<--********************* your program ****************************************\n"
+
4
5
if [[ "$1" != "" || "$2" != "" ]] ;
6
then
7
gcc -Wall $1 -o $2
8
+ printf "<--********************* your program ****************************************\n"
9
./$2
10
printf "\n********************************************************** -->"
11
printf "\n do u want to deleat temporary file (executables) [Y/n] default n :"
0 commit comments