1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2024-11-21 18:34:18 +00:00
appunti-steffo/2 - Architettura dei calcolatori/0 - Script forniti/gprof.sh

4 lines
56 B
Bash

#!/bin/bash
riscv64-unknown-elf-gprof "$1.elf"
exit $?