Created
May 5, 2023 08:10
-
-
Save besserwisser/a34bc805c040c696ce62c1ac7ddb4413 to your computer and use it in GitHub Desktop.
codesandbox cloud (prints new links)
This file contains 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
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