Skip to content

Instantly share code, notes, and snippets.

View sanfordredlich's full-sized avatar

Sanford Redlich sanfordredlich

  • Attune Interactive
  • Sausalito, Ca
View GitHub Profile
#!/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