diff options
author | jnats <dev@jnats.xyz> | 2021-04-23 22:44:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 22:44:11 +0100 |
commit | 51f202b66b7b30bca8a7cf0cca2e1bf73c038657 (patch) | |
tree | 7d6d4eda9c0c45b691f1ae52c260a14d905f7ea4 /nofetch | |
download | nofetch-51f202b66b7b30bca8a7cf0cca2e1bf73c038657.tar.gz nofetch-51f202b66b7b30bca8a7cf0cca2e1bf73c038657.tar.bz2 |
Create nofetch
Diffstat (limited to 'nofetch')
-rw-r--r-- | nofetch | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/sh + +echo " " +echo "+------------------------+" +echo "| |" +echo "| probably a computer |" +echo "| |" +echo "+------------------------+" +echo " " |