removed duplicate echo

This commit is contained in:
Christoph J. Scherr 2022-11-25 00:15:26 +01:00
parent 96d374eeb7
commit 7cbf1b06bb
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#!/bin/bash
noext=$(echo "$1" | cut -f 1 -d '.')
echo "compiling $1 ..."
noext=$(echo "$1" | cut -f 1 -d '.')
gcc $1 -o bin/$noext -lm
./bin/$noext $2 $3 $4 $5 $6 $7 $8 $9