mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-30 19:20:53 +02:00
9 lines
111 B
Text
9 lines
111 B
Text
#autoload
|
|
|
|
local x="$argv[(I)-X]"
|
|
|
|
if (( x )); then
|
|
_message -r "$argv[x + 1]"
|
|
else
|
|
_message 'resource'
|
|
fi
|