Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
over 1 year ago
Raw
Download with hf CLI
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