#!/bin/csh -f # Note: Use "o" instead of "open" to deal better with spaces. set browser = "o" # If $1 is a script in the browsers folder, use it as the browser. if ($#argv > 0 && -x "$0:h/browsers/$1") then set browser = $1:q shift endif # Play solitaire game at Google google $browser solitaire