diff options
Diffstat (limited to 'nofetch')
-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) |