diff --git a/sherpa-v.py b/sherpa-v.py index 99a1d61..f7bd334 100644 --- a/sherpa-v.py +++ b/sherpa-v.py @@ -1,6 +1,6 @@ print ("Sherpa Terminal Emulator Version 0.1") print ("___________________") -print ("| |") +print ("| |") print ("| // |") print ("| // |") print ("| // |") @@ -8,3 +8,5 @@ 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.