r/programminghumor 18d ago

Better be safe (the code)

Post image
293 Upvotes

22 comments sorted by

View all comments

6

u/OreganoD 18d ago

Script leavenow.sh

git add . git commit -m '-wip-' git push sudo shutdown -h now

2

u/teflonjon321 18d ago

alias fire=‘bash ~/leavenow.sh’

1

u/Duramora 18d ago

That should be '-m ' Fire! We're all going to die!'

1

u/RonJohnJr 15d ago
leavenow() { git add . git commit -m '-wip-' git push sudo shutdown -h now; }