Created
February 24, 2012 12:28
-
-
Save xoebus/1900656 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -d ~/.at-tools ] | |
then | |
echo "You already have Appleton Tower Tools installed. You'll need to remove ~/.at-tools if you want to install" | |
exit | |
fi | |
echo "Cloning Appleton Tower Tools..." | |
/usr/bin/env git clone git://github.com/lolsoft/at-tools.git ~/.at-tools | |
echo "Installing on your system..." | |
/usr/bin/env ruby ~/.at-tools/utils/install.rb | |
echo ' _ _ _ ' | |
echo ' | | | | | | ' | |
echo ' __ _| |_ ______| |_ ___ ___ | |___ ' | |
echo ' / _` | __|______| __/ _ \ / _ \| / __|' | |
echo '| (_| | |_ | || (_) | (_) | \__ \' | |
echo ' \__,_|\__| \__\___/ \___/|_|___/' | |
echo "....is now installed." | |
source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment