Last active
June 13, 2020 22:51
-
-
Save CodeLongAndProsper90/2583dfbaa47da22cb5fc12ef09752e89 to your computer and use it in GitHub Desktop.
ASCIIMations installer 1.0.0
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
wget https://raw.githubusercontent.com/CodeLongAndProsper90/asciimations/master/ascii-mini.py -O asciimations.py | |
touch main.py | |
echo -e "import asciimations\n$(cat main.py)" > main.py | |
mkdir frames | |
touch frames/{1, config}.txt | |
echo 'all:1' > frames/config.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment