Last active
          June 13, 2020 22:51 
        
      - 
      
 - 
        
Save CodeLongAndProsper90/2583dfbaa47da22cb5fc12ef09752e89 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
CodeLongAndProsper90 revised this gist
Jun 13, 2020 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,6 @@ 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  - 
        
CodeLongAndProsper90 revised this gist
Jun 13, 2020 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ 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  - 
        
CodeLongAndProsper90 renamed this gist
Jun 13, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. - 
        
CodeLongAndProsper90 created this gist
Jun 13, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ wget https://raw.githubusercontent.com/CodeLongAndProsper90/asciimations/master/ascii-mini.py -O asciimations.py echo -e "import asciimations\n$(cat main.py)" > main.py