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
2022-01-05 23:05:29 +01:00

2 lines
156 B
Bash

#/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