diff options
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 " " |