mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-24 11:14:18 +00:00
5 lines
58 B
Bash
5 lines
58 B
Bash
|
#!/bin/bash
|
||
|
riscv64-unknown-elf-objdump "$1.elf"
|
||
|
|
||
|
exit $?
|