It's thing! Omni-man says 'thing', not 'part'. I've seen this meme format for a few years now and I've only just realised it's a misquote after watching the show. Completely irrelevant nitpick I know but some people might appreciate it.
Beanie
joined 2 years ago
Wow, massive red flag. How quickly did you quit?
The line causing the memory leaks is actually the lack of a line: free()
.
you have to pay to have your stuff put on the app store??
my best guess:
system("bash -c 'echo \\\"¯\\\\_(ツ)_/¯\\\"'");
which will get parsed as:
bash -c 'echo \"¯\\_(ツ)_/¯\"'
which will run:
echo "¯\_(ツ)_/¯"
and since
echo
just prints whatever was given to it, it'll print"¯\_(ツ)_/¯"
with the quotes