Add a welcome message
This commit is contained in:
3
main.py
3
main.py
@@ -6,6 +6,9 @@ import re
|
||||
initDirectory = os.path.dirname(os.path.realpath(__file__))
|
||||
currentDirectory = initDirectory
|
||||
version = "0.0.1"
|
||||
user = os.getlogin()
|
||||
|
||||
print("Welcome to Mash, " + user + "! Mash is currently on version " + version)
|
||||
|
||||
def grabArgument(fullCommand, commandRan):
|
||||
fullCommand.replace(commandRan, "")
|
||||
|
Reference in New Issue
Block a user