compiled all, compile.sh

This commit is contained in:
Christoph J. Scherr 2022-11-24 21:20:04 +01:00
parent c463b342fa
commit 3cdbd4878d
1 changed files with 4 additions and 0 deletions

4
compile.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
echo "compiling $1..."
noext=$(echo "$1" | cut -f 1 -d '.')
gcc $1 -o bin/$noext