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.
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 1;
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.05 + 1.1 ** -$line )); done
open 'https://app.opus.pro/s/22q3-launch?acs=1&r=h'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment