Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
projects-jeru
/
test-A
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
7c2857b
test-A
/
test.py
avreymi
fix app
47aaf42
almost 2 years ago
raw
Copy download link
history
blame
Wrap lines
90 Bytes
import
subprocess
print
(subprocess.run([
"dir"
], shell=
True
, capture_output=
True
).stdout)