Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Peeble
/
exe_executor
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
exe_executor
/
run_exe.sh
Peeble
Create run_exe.sh
4302516
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
#!/bin/bash
WINEDEBUG=-all wine
"
$1
"
> output.txt 2>&1
cat
output.txt
chmod
+x run_exe.sh