Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
9
.bin/OLD/port-shlib-compare
Executable file
9
.bin/OLD/port-shlib-compare
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh -xe
|
||||
|
||||
f1=$(basename "$1").txt
|
||||
f2=$(basename "$2").txt
|
||||
|
||||
nm -g "$1" | cut -c10- | grep -e^T > "/tmp/$f1"
|
||||
nm -g "$2" | cut -c10- | grep -e^T > "/tmp/$f2"
|
||||
|
||||
vimdiff "/tmp/$f1" "/tmp/$f2"
|
||||
Reference in New Issue
Block a user