Skip to content

Commit

Permalink
Clear term window before displaying rails ready script.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Frye committed Jan 27, 2012
1 parent ac30de2 commit d79902e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion railsready.sh
Expand Up @@ -29,7 +29,8 @@ control_c()
# trap keyboard interrupt (control-c)
trap control_c SIGINT

echo -e "\n\n"
clear

echo "#################################"
echo "########## Rails Ready ##########"
echo "#################################"
Expand Down

0 comments on commit d79902e

Please sign in to comment.