3 lines
82 B
Text
3 lines
82 B
Text
|
# -*- mode: sh; sh-shell: zsh; -*-
|
||
|
command unzip "$@" -x '__MACOSX*' '*.DS_Store'
|