-
-
Save cassidoo/49966ff32b1ea676843284c1719662e6 to your computer and use it in GitHub Desktop.
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 " " |
Does anyone know how to port this to bash?
So forking this 😁
I believe forming and merging all these commits with my mission critical software and deploying it int the middle of the day Friday is a wise thing to do
Nice also this seemed missing
if date.today().weekday() == 5: #Fridays must be forbidden
print(" Nice Try")
sys.exit()
Clean Code 😎
It's beautiful
@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
@swingfox super advanced deploy script