mirror of
https://github.com/elliotnunn/ToolboxToolbox.git
synced 2024-12-27 19:29:32 +00:00
4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
for x in "$@"; do SetFile -t 'OBJ ' -c 'MPS ' "$x"; mpw DumpObj "$x"; done
|