ToolboxToolbox/dump

4 lines
86 B
Plaintext
Raw Permalink Normal View History

2020-05-13 11:14:40 +00:00
#!/bin/sh
for x in "$@"; do SetFile -t 'OBJ ' -c 'MPS ' "$x"; mpw DumpObj "$x"; done