sherpa/sherpa-v.py

13 lines
448 B
Python
Raw Normal View History

print ("Sherpa Terminal Emulator Version 0.1")
print ("___________________")
2021-12-12 13:12:05 -05:00
print ("| |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| // |")
print ("| |")
print ("|_________________|")
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.