ToolboxToolbox/dump

4 lines
86 B
Bash
Executable File

#!/bin/sh
for x in "$@"; do SetFile -t 'OBJ ' -c 'MPS ' "$x"; mpw DumpObj "$x"; done