c-basic/compile-and-run.sh

5 lines
99 B
Bash
Raw Normal View History

2022-11-24 19:51:11 +01:00
#!/bin/bash
2022-11-24 21:39:41 +01:00
noext=$(echo "$1" | cut -f 1 -d '.')
./compile $1
2022-11-24 19:51:11 +01:00
./bin/$noext $2 $3 $4 $5 $6 $7 $8 $9