sherpa/sherpa-v.py
2021-12-12 13:12:30 -05:00

13 lines
438 B
Python

print ("Sherpa Terminal Emulator Version 0.1")
print ("___________________")
print ("| |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| |")
print ("|_________________|")
# 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.