alphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agoHallelujahlemmy.worldimagemessage-square83fedilinkarrow-up11.4K
arrow-up11.36KimageHallelujahlemmy.worldalphacyberranger@lemmy.world to Programmer Humor@programming.devEnglish · 1 year agomessage-square83fedilink
minus-squareover_clox@lemmy.worldlinkfedilinkarrow-up28·edit-21 year agoecho @dir %1 %2 %3>%windir%\system32\ls.bat Something like that should fix the problem, I think…
minus-squarehemko@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up4·edit-21 year 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-squareover_clox@lemmy.worldlinkfedilinkarrow-up2·1 year 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…