compile-and-run
This commit is contained in:
parent
3a88ebc066
commit
55dc7a577d
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
name=$(echo "$1" | cut -f 1 -d '.')
|
||||||
|
gcc $1 -o bin/$noext
|
||||||
|
./bin/$noext $2 $3 $4 $5 $6 $7 $8 $9
|
Loading…
Reference in New Issue