this post was submitted on 26 Aug 2023
1499 points (97.5% liked)
Programmer Humor
19480 readers
181 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
echo @dir %1 %2 %3>%windir%\system32\ls.bat
Something like that should fix the problem, I think...
:puke:
You're no fun...
%0|%0
Not gonna lie I love easily readable scripts. Powershell was my first, and as much pain it can be it's for sure readable even for the most novice.
Maybe that's why I love Python too, but have hard time learning sh past very basics...
Edit: oh lol that's a fork bomb, curiosity won and had to ddg what that is. Love the simplicity of that
Haha!
Old-school fork bomb, at least it doesn't do anything but bog the system down..