Skip to content

Commit 78998bb

Browse files
authored
Create
1 parent 8921454 commit 78998bb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cmdemulator.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import os
2+
import time
3+
while(True):
4+
cmd = input(str(str(os.getcwd()) + " | " + time.ctime().upper() + " | Prompt> "))
5+
os.system(str(cmd))

0 commit comments

Comments
 (0)