1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-19 21:45:04 +01:00
AIO-switch-updater/add2line.sh

2 lines
156 B
Bash
Raw Normal View History

2022-01-05 22:05:29 +00:00
#/bin/bash
sed -nr 's|^\s*(\S+):.*\(\S+ \+ (0x[0-9a-f]+)\).*$|echo -n \1 : ; aarch64-none-elf-addr2line -e release-aio-switch-updater.elf -pCf -si \2|ep' $1