Skip to content

Instantly share code, notes, and snippets.

@alkesh
alkesh / create_chrome_ssb
Created September 16, 2013 11:16
Google Chrome Site Specific Browser (OS X)
#!/bin/sh
echo "What should the Application be called (e.g. Google Calendar)?"
read inputline
name=$inputline
echo "What is the url (e.g. https://www.google.com/calendar/render)?"
read inputline
url=$inputline