Last active
June 4, 2024 09:56
-
-
Save cassidoo/49966ff32b1ea676843284c1719662e6 to your computer and use it in GitHub Desktop.
This file contains 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
import time | |
print "..." | |
time.sleep(1) | |
print "..." | |
print "..." | |
print "..." | |
print "..." | |
time.sleep(1) | |
print "..." | |
print "..." | |
time.sleep(1) | |
print "Production deployed " | |
print " " | |
print " " | |
print " " | |
print " " | |
print " " | |
print " " | |
print " " | |
print " " |
@swingfox super advanced deploy script
way ahead of our time
Can't wait to containerize this
I wish I could simply import time.
Needs more cowbell
Does anyone know how to port this to bash?
Sure - echo ...;sleep 1;echo -e "...\n...\n...\n...";sleep 1;echo -e "...\n...";sleep 1;echo -e "Production deployed\n\n\n\n\n\n\n\n"
A masterpiece
This is unfair. You should have written some documentation for this. How can we earth people comprehend this?
It's been 9 months and I'm still struggling to grasp this
Omg no way! hahaha
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's beautiful