build and run script

This commit is contained in:
IniKiwi 2021-10-24 14:40:57 +02:00
parent 0c1e376bf4
commit 5f2d267692
1 changed files with 3 additions and 0 deletions

3
run.sh Executable file
View File

@ -0,0 +1,3 @@
#! bin/sh
gcc src/main.c -o build.elf
./build.elf