summary refs log tree commit diff stats
path: root/tag-zsh/config/zsh/osx.zsh
blob: d99019badf4af9ce58ee8311a09c43b165d50031 (plain)
1
2
3
function netmount () {
	osascript -e "try" -e "mount volume \"$1\"" -e "end try"
}