Skip to content

Instantly share code, notes, and snippets.

@roma-guru
Last active May 8, 2020 10:16
Show Gist options
  • Save roma-guru/9fe0aff235455a80db81a076c31aa930 to your computer and use it in GitHub Desktop.
Save roma-guru/9fe0aff235455a80db81a076c31aa930 to your computer and use it in GitHub Desktop.
Happy Birthday, Leo! Have great adventures!
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