#!/usr/pkg/bin/bash if ! [ "$*" ]; then target="http://google.com/"; else target="$*"; fi lynx -accept_all_cookies "$target"