alphacyberranger to Programmer Humor@programming.devEnglish • 2 years agoHallelujahlemmy.worldimagemessage-square133fedilinkarrow-up11.54Karrow-down139
arrow-up11.5Karrow-down1imageHallelujahlemmy.worldalphacyberranger to Programmer Humor@programming.devEnglish • 2 years agomessage-square133fedilink
minus-square@over_clox@lemmy.worldlinkfedilink31•edit-22 years agoecho @dir %1 %2 %3>%windir%\system32\ls.bat Something like that should fix the problem, I think…
minus-square@hemko@lemmy.dbzer0.comlinkfedilinkEnglish4•edit-22 years agoNot 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
minus-square@over_clox@lemmy.worldlinkfedilink2•2 years agoHaha! Old-school fork bomb, at least it doesn’t do anything but bog the system down…
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…