Last active
May 8, 2020 10:16
-
-
Save roma-guru/9fe0aff235455a80db81a076c31aa930 to your computer and use it in GitHub Desktop.
Happy Birthday, Leo! Have great adventures!
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
from python:3.8-alpine | |
run apk update && apk add zsh | |
run pip install ricksay lolcat | |
shell ["/bin/zsh", "-c"] | |
env N=10 text="Rick{i}: Urghk, you Leo? It's Rick from Dimension#{i} (the best one btw).\ | |
Congrats on leaving a vagina few decades ago, and all this stuff. \ | |
I've seen your adventures, but they suck, mine are interdimensional! \ | |
But I got you a present ... Here we go..." | |
entrypoint for ((i=0;i<$N;i++)); do\ | |
echo $text|sed "s/{i}/$i/g"|ricksay; done &&\ | |
echo "Time for a drop of pure acid: https://youtu.be/ornXZGEFcds"|lolcat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment