15 lines
618 B
Python
15 lines
618 B
Python
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.
|