Skip to content

Instantly share code, notes, and snippets.

View djch's full-sized avatar

Dan Charlesworth djch

  • Getbusi
View GitHub Profile
#!/bin/bash
# Let's get some color going!
red=$'\e[1;31m'
grn=$'\e[1;32m'
end=$'\e[0m'
# cd to cwd of the script (presumably in it's proper location)
cd "$(dirname "$0")"
printf "\nInstalling Sketch templates..."