Spaces:
Sleeping
Sleeping
Ahsen Khaliq
commited on
Commit
·
bbbb0e2
1
Parent(s):
19df3db
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,9 @@ from random import randint
|
|
7 |
import sys
|
8 |
from subprocess import call
|
9 |
|
|
|
|
|
|
|
10 |
def run_cmd(command):
|
11 |
try:
|
12 |
print(command)
|
|
|
7 |
import sys
|
8 |
from subprocess import call
|
9 |
|
10 |
+
for stuff in os.walk("."):
|
11 |
+
print(stuff)
|
12 |
+
|
13 |
def run_cmd(command):
|
14 |
try:
|
15 |
print(command)
|