Created
March 14, 2026 20:07
-
-
Save TheLeftExit/caebdde3029f0bf9d1d36a7fd2e48307 to your computer and use it in GitHub Desktop.
GitHub Pages at home
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
| TMPDIR=$(mktemp -d) | |
| ORIGIN=$(pwd) | |
| cd $TMPDIR | |
| git clone $ORIGIN . | |
| bash build.sh # oooh RCE! | |
| cd | |
| rm -rf $TMPDIR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment