Skip to content

Commit

Permalink
Update StaSh
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossDarkrix committed May 16, 2023
1 parent f6d571a commit 7f7ada2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StaSh/getstash.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,9 @@ def main(defs={}):
os.makedirs(os.path.join(BASE_DIR, "Documents", "site-packages", "_bin"), exist_ok=True)
shutil.copy(os.path.join(BASE_DIR, "Documents", "launch_stash.py"), os.path.join(BASE_DIR, "Documents", "site-packages", "PyTermianl3.py"))
with open(os.path.join(BASE_DIR, "Documents", "site-packages", "_bin", "sh"), "w") as f1:
f.write("from PyTermianl3 import main\nmain()")
f1.write("from PyTermianl3 import main\nmain()")
with open(os.path.join(BASE_DIR, "Documents", "site-packages", "_bin", "terminal"), "w") as f2:
f.write("from PyTermianl3 import main\nmain()")
f2.write("from PyTermianl3 import main\nmain()")

# if __name__ == "__main__":
# print("executing main()")
Expand Down
Binary file modified StaSh/stash-v1.0.zip
Binary file not shown.

0 comments on commit 7f7ada2

Please sign in to comment.