dotfiles/fish/functions/telefrag.fish

5 lines
116 B
Fish
Raw Normal View History

function telefrag
osascript -e 'tell app "teleportd" to inject SIMBL into Snow Leopard' ^/dev/null >/dev/null
end