this post was submitted on 27 Feb 2026
181 points (98.4% liked)

Linux

12621 readers
196 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Apparently this will include Linux...

you are viewing a single comment's thread
view the rest of the comments
[โ€“] macewan@infosec.exchange 1 points 3 days ago (1 children)
[โ€“] Digit@lemmy.wtf 0 points 2 days ago

Thanks. I know.

Just amusing irony worth pointing out.

Pedantically, I should have used "wont be able" to future-tense it.

Anyway, I'm ready already, with a script to add to any of my distro-respins:

#!/usr/bin/env fish
read -P "Are you old enough?  (yes/no)  " input
if test "$input" = "yes" -o "$input" = "Yes" ; echo "Proceeding..."
else ; echo "You are not old enough.  Exiting." ; exit 1 ; end

;)