From 07eb9004c0a67f4662b970683e27d2e444a7f31b Mon Sep 17 00:00:00 2001 From: everest Date: Thu, 17 Feb 2022 14:18:31 +0000 Subject: [PATCH] Delete sherpa-v.py --- sherpa-v.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 sherpa-v.py diff --git a/sherpa-v.py b/sherpa-v.py deleted file mode 100644 index f303d03..0000000 --- a/sherpa-v.py +++ /dev/null @@ -1,14 +0,0 @@ -print ("Sherpa Terminal Emulator Version 0.1 - (c) 2021 Everest Developers - Licensed under the GNU GPL v3.0") -print ("___________________") -print ("| |") -print ("| // |") -print ("| // |") -print ("| // |") -print ("| // |") -print ("| // |") -print ("| |") -print ("|_________________|") -print () -print ("This program is provided as is, without any warranty. Refer to the GNU GPL for more information.") - -# Can be executed by running 'python /path/to/sherpa-v.py', however creating an alias in your shell's rc file might be a good idea.