sherpa/sherpa-v.py

15 lines
618 B
Python
Raw Normal View History

2021-12-14 08:57:28 -05:00
print ("Sherpa Terminal Emulator Version 0.1 - (c) 2021 Everest Developers - Licensed under the GNU GPL v3.0")
print ("___________________")
2021-12-12 13:12:30 -05:00
print ("| |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| |")
print ("|_________________|")
2021-12-17 11:46:32 -05:00
print ()
print ("This program is provided as is, without any warranty. Refer to the GNU GPL for more information.")
2021-12-12 13:12:05 -05:00
# 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.