Skip to content

Instantly share code, notes, and snippets.

@Shengliang
Created September 15, 2016 18:26
Show Gist options
  • Save Shengliang/28d3204a0a8eede6debdb1f4841e19a2 to your computer and use it in GitHub Desktop.
Save Shengliang/28d3204a0a8eede6debdb1f4841e19a2 to your computer and use it in GitHub Desktop.
Install ascii quarium
http://www.robobunny.com/projects/asciiquarium/html/
cd /tmp/
sudo apt-get install libcurses-perl
wget http://search.cpan.org/CPAN/authors/id/K/KB/KBAUCOM/Term-Animation-2.4.tar.gz
tar -zxvf Term-Animation-2.4.tar.gz
cd Term-Animation-2.4/
perl Makefile.PL && make && make test
sudo make install
cd /tmp
ls
wget http://www.robobunny.com/projects/asciiquarium/asciiquarium.tar.gz
tar -zxvf asciiquarium.tar.gz
cd asciiquarium_1.1/
sudo cp asciiquarium /usr/local/bin
sudo chmod 0755 /usr/local/bin/asciiquarium
clear
cd
/usr/local/bin/asciiquarium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment