diff --git a/main.py b/main.py index 8ee5442..5cab815 100755 --- a/main.py +++ b/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, "")