Skip to content

Instantly share code, notes, and snippets.

View aoxborrow's full-sized avatar

Aaron Oxborrow aoxborrow

View GitHub Profile
@aoxborrow
aoxborrow / makeapp.sh
Created September 12, 2012 23:17 — forked from demonbane/makeapp.sh
Create a Fluid-style app launcher for single-window Chrome instances on OSX
#!/bin/sh
echo "What should the Application be called (no spaces allowed e.g. GCal)?"
read inputline
name=$inputline
echo "What is the url (e.g. https://www.google.com/calendar/render)?"
read inputline
url=$inputline