Skip to content

Instantly share code, notes, and snippets.

View AnthonyDiSanti's full-sized avatar

Anthony DiSanti AnthonyDiSanti

View GitHub Profile
#!/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"