Skip to content

Instantly share code, notes, and snippets.

@VSharapov
Created July 28, 2025 15:56
Show Gist options
  • Select an option

  • Save VSharapov/1d65074d4d8dc9bd43e692e4a73a060b to your computer and use it in GitHub Desktop.

Select an option

Save VSharapov/1d65074d4d8dc9bd43e692e4a73a060b to your computer and use it in GitHub Desktop.
#!/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