4 lines
72 B
Bash
4 lines
72 B
Bash
#!/bin/sh
|
|
|
|
[ "$1" = "build" ] && sh ./build.sh
|
|
qemu-riscv64 build/main
|