42-archive/nm-otool/gen_mach.sh
2017-10-30 12:26:50 +01:00

5 lines
79 B
Bash
Executable file

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