xdg-utils/htmlview.sh
2009-11-30 15:30:37 +00:00

9 lines
127 B
Bash
Executable File

#!/bin/sh
if [ $# -gt 0 ]; then
exec /usr/bin/xdg-open "$@"
else
exec /usr/bin/xdg-open http://start.fedoraproject.org/
fi