mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-23 13:41:12 +01:00
4 lines
136 B
Text
4 lines
136 B
Text
#compdef psidtopgm
|
|
|
|
_arguments ':width:' ':height:' ':bits per sample:' \
|
|
':postscript file:_files -g \*.\(\#i\)\(ps\|eps\)'
|