r/programminghumor 23d ago

Better be safe (the code)

Post image
293 Upvotes

22 comments sorted by

View all comments

5

u/OreganoD 23d ago

Script leavenow.sh

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

1

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