1129
Script kiddies
(ukfli.uk)
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
Related communities:
Easy!
For i in *.py do; mv $i basename ($i).exe ; done
Or something...
I haven't written any shell in ages.
But why is there code?
No more code, just exe.
Here you go:
for i in *.py do; mv $i basename ($i).exe ; done && echo .exe
See? It's an exe now.
Ohhh the exes are IN the computer.
Almost
for i in *.py do; mv $i $(basename $i).exe ; done
Or easier
rename '.py' '.exe' *.py