42-archive/nm-otool/scripts/gen_mach.sh
Jack Halford 519b50e304 ppc done
2017-11-01 13:00:12 +01:00

5 lines
85 B
Bash
Executable file

#!/bin/sh
for file in $@; do
sed s/_64//g $file > $(sed s/_64//g <<< "$file")
done