Make xdg-version of open handle multiple files.

darcs-hash:20090216211103-ac50b-f8268e8d50a84457bb49ac3d1e982cba09dbfec6.gz
This commit is contained in:
axel 2009-02-17 07:11:03 +10:00
parent 07717a3570
commit 8a93b6f26d

View File

@ -15,7 +15,9 @@ if not test (uname) = Darwin
end
if type -f xdg-open >/dev/null
xdg-open $argv
for i in $argv
xdg-open $i
end
else
mimedb -l -- $argv
end