Skip to content

Instantly share code, notes, and snippets.

@jay-w-opus
Last active October 31, 2022 13:48
Show Gist options
  • Save jay-w-opus/c9574cd2c36a26f4944b9a09ed1b65ce to your computer and use it in GitHub Desktop.
Save jay-w-opus/c9574cd2c36a26f4944b9a09ed1b65ce to your computer and use it in GitHub Desktop.

Revisions

  1. jay-w-opus revised this gist Oct 31, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -326,5 +326,5 @@ cat blank.txt
    cat blank.txt
    cat rocket.txt
    bash -c 'afplay /System/Library/Sounds/Glass.aiff &' > /dev/null 2>&1
    seq 1 100 | while read line; do echo; sleep $(( 0.03 + 1.2 ** -$line )); done
    seq 1 100 | while read line; do echo; sleep $(( 0.05 + 1.1 ** -$line )); done
    open 'https://app.opus.pro/s/22q3-launch?acs=1&r=h'
  2. jay-w-opus revised this gist Oct 31, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -320,7 +320,7 @@ for d in $(seq 9 0); do
    tail -n $(( ($d + 1) * 25 )) countdown.txt | head -n 25 | sed -e 's/^/ /';
    cat rocket.txt
    bash -c 'afplay /System/Library/Sounds/Ping.aiff &' > /dev/null 2>&1
    sleep 0.5;
    sleep 1;
    done;
    cat blank.txt
    cat blank.txt
  3. jay-w-opus created this gist Oct 31, 2022.
    330 changes: 330 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,330 @@
    cd /tmp
    cat > countdown.txt << EOF


    999999999
    99:::::::::99
    99:::::::::::::99
    9::::::99999::::::9
    9:::::9 9:::::9
    9:::::9 9:::::9
    9:::::99999::::::9
    99::::::::::::::9
    99999::::::::9
    9::::::9
    9::::::9
    9::::::9
    9::::::9
    9::::::9
    9::::::9
    99999999









    888888888
    88:::::::::88
    88:::::::::::::88
    8::::::88888::::::8
    8:::::8 8:::::8
    8:::::8 8:::::8
    8:::::88888:::::8
    8:::::::::::::8
    8:::::88888:::::8
    8:::::8 8:::::8
    8:::::8 8:::::8
    8:::::8 8:::::8
    8::::::88888::::::8
    88:::::::::::::88
    88:::::::::88
    888888888









    77777777777777777777
    7::::::::::::::::::7
    7::::::::::::::::::7
    777777777777:::::::7
    7::::::7
    7::::::7
    7::::::7
    7::::::7
    7::::::7
    7::::::7
    7::::::7
    7::::::7
    7::::::7
    7::::::7
    7::::::7
    77777777









    66666666
    6::::::6
    6::::::6
    6::::::6
    6::::::6
    6::::::6
    6::::::6
    6::::::::66666
    6::::::::::::::66
    6::::::66666:::::6
    6:::::6 6:::::6
    6:::::6 6:::::6
    6::::::66666::::::6
    66:::::::::::::66
    66:::::::::66
    666666666









    555555555555555555
    5::::::::::::::::5
    5::::::::::::::::5
    5:::::555555555555
    5:::::5
    5:::::5
    5:::::5555555555
    5:::::::::::::::5
    555555555555:::::5
    5:::::5
    5:::::5
    5555555 5:::::5
    5::::::55555::::::5
    55:::::::::::::55
    55:::::::::55
    555555555









    444444444
    4::::::::4
    4:::::::::4
    4::::44::::4
    4::::4 4::::4
    4::::4 4::::4
    4::::4 4::::4
    4::::444444::::444
    4::::::::::::::::4
    4444444444:::::444
    4::::4
    4::::4
    4::::4
    44::::::44
    4::::::::4
    4444444444









    333333333333333
    3:::::::::::::::33
    3::::::33333::::::3
    3333333 3:::::3
    3:::::3
    3:::::3
    33333333:::::3
    3:::::::::::3
    33333333:::::3
    3:::::3
    3:::::3
    3:::::3
    3333333 3:::::3
    3::::::33333::::::3
    3:::::::::::::::33
    333333333333333









    222222222222222
    2:::::::::::::::22
    2::::::222222:::::2
    2222222 2:::::2
    2:::::2
    2:::::2
    2222::::2
    22222::::::22
    22::::::::222
    2:::::22222
    2:::::2
    2:::::2
    2:::::2 222222
    2::::::2222222:::::2
    2::::::::::::::::::2
    22222222222222222222









    1111111
    1::::::1
    1:::::::1
    111:::::1
    1::::1
    1::::1
    1::::1
    1::::l
    1::::l
    1::::l
    1::::l
    1::::l
    111::::::111
    1::::::::::1
    1::::::::::1
    111111111111









    000000000
    00:::::::::00
    00:::::::::::::00
    0:::::::000:::::::0
    0::::::0 0::::::0
    0:::::0 0:::::0
    0:::::0 0:::::0
    0:::::0 000 0:::::0
    0:::::0 000 0:::::0
    0:::::0 0:::::0
    0:::::0 0:::::0
    0::::::0 0::::::0
    0:::::::000:::::::0
    00:::::::::::::00
    00:::::::::00
    000000000







    EOF
    cat > blank.txt << EOF



























    EOF
    cat > rocket.txt << "EOF"
    !
    !
    ^
    / \
    /___\
    |= =|
    | |
    | |
    | O |
    | P |
    | U |
    | S |
    | . |
    | P |
    | R |
    | O |
    | |
    | |
    /|##!##|\
    / |##!##| \
    / |##!##| \
    | / ^ | ^ \ |
    | / ( | ) \ |
    |/ ( | ) \|
    (( ))
    (( : ))
    (( : ))
    (( ))
    (( ))
    ( )
    .
    .
    .
    EOF
    for d in $(seq 9 0); do
    cat blank.txt
    tail -n $(( ($d + 1) * 25 )) countdown.txt | head -n 25 | sed -e 's/^/ /';
    cat rocket.txt
    bash -c 'afplay /System/Library/Sounds/Ping.aiff &' > /dev/null 2>&1
    sleep 0.5;
    done;
    cat blank.txt
    cat blank.txt
    cat rocket.txt
    bash -c 'afplay /System/Library/Sounds/Glass.aiff &' > /dev/null 2>&1
    seq 1 100 | while read line; do echo; sleep $(( 0.03 + 1.2 ** -$line )); done
    open 'https://app.opus.pro/s/22q3-launch?acs=1&r=h'