We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8921454 commit 78998bbCopy full SHA for 78998bb
cmdemulator.py
@@ -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