Created
July 28, 2025 15:56
-
-
Save VSharapov/1d65074d4d8dc9bd43e692e4a73a060b to your computer and use it in GitHub Desktop.
Copyparty - https://github.com/9001/copyparty
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
| #!/usr/bin/env bash | |
| x=$(mktemp --suffix=.py) | |
| curl -L https://github.com/9001/copyparty/releases/latest/download/copyparty-sfx.py -o "$x" | |
| python "$x" | |
| rm -i "$x" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment