mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2025-02-16 18:04:00 +00:00
4 lines
56 B
Bash
4 lines
56 B
Bash
#!/bin/bash
|
|
riscv64-unknown-elf-gprof "$1.elf"
|
|
|
|
exit $?
|