...this is so much more cursed than it needs to be. If you want to bash in C just
system("echo hello world");
108 0 ReplyThat wouldn't necessarily be bash though
56 0 ReplyFine,
system("bash -c 'echo hello world'");
then!59 0 ReplyFair, should've just said shell
20 0 Reply
Tsk tsk... forgot to clean up your temp file!
63 0 ReplyThat emoji annoys me more than I would like
40 0 ReplyAs if someone's telling a joke and saying "This is where you should laugh"
23 0 ReplyIt's the meme version of a laugh track
16 0 Reply
For shame. They forgot to make a script to make a tmp script using mktmp, so they can store their tmp script in the tmp script and have proper cleanup
39 0 ReplyAlways follow best practices, make sure you cleanup by deleting the hello world bash file!
33 0 ReplyMy coworkers could learn a thing or two from this. For one, it actually works.
28 0 ReplySure.
23 0 ReplyPicking emojis that make sense actually made it easy to read.
9 0 ReplyOkay but 🍒 shouldn't output 🍉. This is inconsistent and confusing. We have standards.
9 0 Reply
Violates CERT C ENV33-C.
20 0 ReplyIt violates oh so much including that.
14 0 Reply
Now call that C program from some other program in another language.
19 0 Replywith open('program.c', 'w') as f: f.write( """I'm not actually going to copy down the program... But you get the idea of the joke. Right?""")
26 0 ReplyRust, to make it safe.
23 0 Replystep 1:
unsafe fn()
...15 0 Reply
May I present to you: https://github.com/mame/quine-relay
7 0 ReplyIt's..... Beautiful.
2 0 Reply
why would you hurt me like this
18 0 ReplyFucking brilliant
15 0 ReplyThanks, I hate it.
10 0 ReplyWho says C isnt mem safe?
7 0 ReplySome time ago I wrote a program in COBOL and half of it was just
CALL "SYSTEM" BY CONTENT
in the end.6 0 ReplyI did the same with python once lol.
I didn't know enoug python or bash so i mixed both with os.system
4 0 Reply
Apologies for being off-topic, but the domain name, "swg-empire.de", does the 'swg' part 'Star Wars Galaxies' by chance?
5 0 ReplyNo. It was for a Star Wars roleplay but not a video game. It started life in the newsgroup de.rec.sf.starwars and I played the role of Emperor.
5 0 ReplyNo. It was for a Star Wars roleplay but not a video game. It started life in the newsgroup de.rec.sf.starwars
Ah, ok, nice! Was that the old D6 version, or the newer D20 one?
and I played the role of Emperor.
You dark person you! 😜
3 0 Reply
That's me with TCL.
I've had an eggdrop for years (obviously) and I'm very bad with TCL, so any new script that I want to add is a bash script executed by the TCL script.
3 0 ReplyTIL people still run eggdrop bots. I don't think Ive touched one since maybe 2003. was probably the last time I messed with tcl
1 0 ReplyI still have an IRC server but the eggdrop's usefulness has pretty much been reduced to fetching YouTube titles and the URL of images on tenor. Its main use was to fetch titles for all URLs pasted on channels where it is, but because me and most of the users are now using TheLounge as a client, there is no need for that anymore, except for a few exceptions. At one point it was also displaying all the things my friends upvoted on reddit, but since reddit closed its API and I came here...
IRC with TheLounge is still very useful though.
2 0 Reply
reinventing shell scripting. Though I am guilty of this, I do something like this (more complex) but essentially a shell script in rust just because for some application, reading files is slower that way
3 0 ReplyI C what you did there!
3 0 Replysubprocess.run()
2 0 Reply