Skip to content

Commit

Permalink
📄 Updated shell!
Browse files Browse the repository at this point in the history
  • Loading branch information
Uralstech committed Oct 31, 2022
1 parent e49fbe9 commit d998561
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Builds/ezrShell v2m0 Installer.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def main():
first_command = None
if len(argv) > 1:
path = argv[1].replace('\\', '//')
first_command = f'RUN(\'{path}\')'
first_command = f'run(\'{path}\')'

while True:
try:
Expand Down

0 comments on commit d998561

Please sign in to comment.