this post was submitted on 05 Oct 2023
273 points (99.6% liked)

Programmer Humor

32162 readers
431 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

Don't tell me that's going to parse in a CLI

you are viewing a single comment's thread
view the rest of the comments
[–] xantoxis@lemmy.world 12 points 1 year ago

whatever it does, it's being run with stdin redirected from the root / directory, which can't be opened for reading, so it'll actually fail before the program even tries to launch.