Skip to content

Commit ab68d3b

Browse files
committed
Forgot something from testing...
1 parent 312e2cf commit ab68d3b

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main():
1717
f.write("\n\" $@")
1818

1919
os.system(f"shc -f {filename}.tmpbash")
20-
#os.remove(f"{filename}.tmpbash")
20+
os.remove(f"{filename}.tmpbash")
2121
os.remove(f"{filename}.tmpbash.x.c")
2222
os.rename(f"{filename}.tmpbash.x", f"{filename}.binary")
2323
else:

test.binary

-14.8 KB
Binary file not shown.

test.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

test.tmpbash

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)