Skip to content

Instantly share code, notes, and snippets.

Avatar

Martin Owen mowen

View GitHub Profile
@tvandervossen
tvandervossen / .kick
Created October 12, 2010 20:18
Reload browser on save Kicker recipe
View .kick
process do |files|
execute("osascript -e 'tell application \"WebKit\"
do JavaScript \"window.location.reload()\" in first document
end tell'")
end