Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mythus
/
oblivion
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
oblivion
/
healthcheck
/
connected-to-warp.sh
Mythus
Upload 8 files
89ccda3
verified
12 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
#!/bin/bash
curl -fsS
"https://cloudflare.com/cdn-cgi/trace"
| grep -qE
"warp=(plus|on)"
||
exit
1
exit
0