mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-21 18:34:18 +00:00
4 lines
No EOL
60 B
Bash
4 lines
No EOL
60 B
Bash
#!/bin/bash
|
|
riscv64-unknown-elf-readelf "$1.elf" -a
|
|
|
|
exit $? |