compiled all, compile.sh
This commit is contained in:
parent
c463b342fa
commit
3cdbd4878d
1 changed files with 4 additions and 0 deletions
4
compile.sh
Executable file
4
compile.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
echo "compiling $1..."
|
||||||
|
noext=$(echo "$1" | cut -f 1 -d '.')
|
||||||
|
gcc $1 -o bin/$noext
|
Loading…
Add table
Reference in a new issue