Skip to content

Instantly share code, notes, and snippets.

@vaclavbohac
Created August 20, 2010 15:48
Show Gist options
  • Save vaclavbohac/540576 to your computer and use it in GitHub Desktop.
Save vaclavbohac/540576 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Refresh firefox "externaly" using repl.
echo "BrowserReload();" | nc -q 1 localhost 4242 2>&1 > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment