Skip to content

Instantly share code, notes, and snippets.

@aubsw
aubsw / clockwork-init.sh
Created June 6, 2016 22:11 — forked from tomykaira/clockwork-init.sh
Create a new project with clockwork for heroku.
#!/bin/sh
# Licence: MIT
# Created by tomykaira, 2011-10-25
if [ $# -ne 1 ]; then
echo "Give me your new project name (only)"
exit 1
fi