Skip to content

Instantly share code, notes, and snippets.

@besserwisser
Created May 5, 2023 08:10
Show Gist options
  • Save besserwisser/a34bc805c040c696ce62c1ac7ddb4413 to your computer and use it in GitHub Desktop.
Save besserwisser/a34bc805c040c696ce62c1ac7ddb4413 to your computer and use it in GitHub Desktop.
codesandbox cloud (prints new links)
cscloud() {
codesandbox $1 | tee /dev/tty | tail -1 | sed -e 's/codesandbox.io\/s/codesandbox.io\/p\/sandbox/g'
}
# Usage:
# cscloud .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment