Skip to content

Instantly share code, notes, and snippets.

@CodeLongAndProsper90
Last active June 13, 2020 22:51
Show Gist options
  • Save CodeLongAndProsper90/2583dfbaa47da22cb5fc12ef09752e89 to your computer and use it in GitHub Desktop.
Save CodeLongAndProsper90/2583dfbaa47da22cb5fc12ef09752e89 to your computer and use it in GitHub Desktop.

Revisions

  1. CodeLongAndProsper90 revised this gist Jun 13, 2020. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion installer.sh
    Original 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
    echo -e "import asciimations\n$(cat main.py)" > main.py
    mkdir frames
    touch frames/{1, config}.txt
    echo 'all:1' > frames/config.txt
  2. CodeLongAndProsper90 revised this gist Jun 13, 2020. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions installer.sh
    Original 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
  3. CodeLongAndProsper90 renamed this gist Jun 13, 2020. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. CodeLongAndProsper90 created this gist Jun 13, 2020.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original 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