Branding, baby.

Many thanks to http://patorjk.com/software/taag/ for doing the
ASCII art. 😃
This commit is contained in:
Parker Moore 2014-01-12 14:44:40 -08:00
parent f8c904908a
commit 21cef96b5d
3 changed files with 15 additions and 1 deletions

View File

@ -1,2 +1,4 @@
#!/bin/sh
script/branding
bundle install

11
script/branding Executable file
View File

@ -0,0 +1,11 @@
#! /bin/bash
echo " ---------------------------------------------------------- "
echo " _ ______ _ __ __ __ _ _ "
echo " | | | ____| | |/ / \ \ / / | | | | "
echo " | | | |__ | ' / \ \_/ / | | | | "
echo " _ | | | __| | < \ / | | | | "
echo " | |__| | | |____ | . \ | | | |____ | |____ "
echo " \____/ |______| |_|\_\ |_| |______| |______| "
echo " "
echo " ---------------------------------------------------------- "

View File

@ -1,4 +1,5 @@
#! /bin/bash
script/bootstrap
script/branding
script/bootstrap > /dev/null 2>&1
bundle exec rake