Skip to content

Instantly share code, notes, and snippets.

@boxnos
Last active December 18, 2015 00:49
Show Gist options
  • Save boxnos/5699787 to your computer and use it in GitHub Desktop.
Save boxnos/5699787 to your computer and use it in GitHub Desktop.
Firefoxをリロードしたい。
#!/bin/sh
xdotool search --name "Mozilla Firefox" windowfocus key ctrl+r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment