diff options
author | Rose Hellsing <rose@pinkro.se> | 2025-09-09 11:34:58 +0200 |
---|---|---|
committer | Rose Hellsing <rose@pinkro.se> | 2025-09-09 11:34:58 +0200 |
commit | 4dd11ca5e2b59c68e93be2952876441ff3a71927 (patch) | |
tree | 138e0189e087b0f5b4af18507a19cff16ee105ea | |
parent | 320eb7b1e8b5b5bfd88b36f36848c9b79371c7d1 (diff) | |
download | nofetch-4dd11ca5e2b59c68e93be2952876441ff3a71927.tar.gz nofetch-4dd11ca5e2b59c68e93be2952876441ff3a71927.tar.bz2 |
be me
-rwxr-xr-x | nofetch | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -36,9 +36,11 @@ lets all love lain! Chairman mao forbids this. i dunno man, you own the computer inshallah we shall find this bug -77+33=10 +77+33=100 +be me $(file=$(find /usr/libexec -type f 2>/dev/null | shuf -n 1); echo -n $file says: $(strings $file 2>/dev/null | shuf -n 1)) -$(file=$(find /usr/bin -type f 2>/dev/null | shuf -n 1); echo -n $file says: $(strings $file 2>/dev/null | shuf -n 1))" +$(file=$(find /usr/bin -type f 2>/dev/null | shuf -n 1); echo -n $file says: $(strings $file 2>/dev/null | shuf -n 1)) +$(fortune -s)" nofetch=$(echo "$array" | shuf -n 1) |