function netmount () { osascript -e "try" -e "mount volume \"$1\"" -e "end try" }