diff options
author | Rose Hellsing <rose@pinkro.se> | 2025-09-09 11:25:46 +0200 |
---|---|---|
committer | Rose Hellsing <rose@pinkro.se> | 2025-09-09 11:25:46 +0200 |
commit | 320eb7b1e8b5b5bfd88b36f36848c9b79371c7d1 (patch) | |
tree | 1639d35fa4a2416520552f0ab7e4ab1bfa0761b3 /nofetch | |
parent | af4dc564098725c9b427e4839e6af279f5679a55 (diff) | |
download | nofetch-320eb7b1e8b5b5bfd88b36f36848c9b79371c7d1.tar.gz nofetch-320eb7b1e8b5b5bfd88b36f36848c9b79371c7d1.tar.bz2 |
add some new strings
Diffstat (limited to 'nofetch')
-rwxr-xr-x | nofetch | 36 |
1 files changed, 19 insertions, 17 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/sh uname -o &> /dev/null @@ -21,27 +21,29 @@ init should ideally be running yeah you should probably go outside i would be lead to believe that / is mounted +there probably is a filesystem somewhere hey, what's this knob do ? do you have games on your phone ? you mean to tell me there aren't little men in this box? plan 4 from the front door +-9front the back fell off i use $osname btw -if you're reading this, it's already too late" +if you're reading this, it's already too late +baka baka ᗜˬᗜ +three letter agency glow so bright +a schizophrenic racist is talking. listen and learn. +lets all love lain! +Chairman mao forbids this. +i dunno man, you own the computer +inshallah we shall find this bug +77+33=10 +$(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))" nofetch=$(echo "$array" | shuf -n 1) -if [ $1 == "-o" ] &> /dev/null || [ $2 == "-o" ] &> /dev/null -then - echo "$osname" -elif [[ "$osname" == *"BSD"* ]] -then - echo " " - echo "> $nofetch" | tr '[:upper:]' '[:lower:]' - echo "> $(uname -smr)" | tr '[:upper:]' '[:lower:]' - echo " " -else - echo " " - echo "> $nofetch" | tr '[:upper:]' '[:lower:]' - echo "> $osname $(uname -smr)" | tr '[:upper:]' '[:lower:]' - echo " " -fi +echo " " +echo "> $nofetch" | tr '[:upper:]' '[:lower:]' +echo "> $osname $(uname -smr)" | tr '[:upper:]' '[:lower:]' +echo " " + |