Skip to content

Instantly share code, notes, and snippets.

View terraflubb's full-sized avatar

Rob Fletcher terraflubb

View GitHub Profile
@csaunders
csaunders / pl
Last active August 29, 2015 14:09
Pocket Lint: Remove the paradox of choice from your pocket articles.
#!/bin/bash
#run the app to grab a random URL then die
bundle exec ruby app.rb &
PID=$!
sleep 3
open http://localhost:4567
sleep 10
kill $PID