payload_dumper icon indicating copy to clipboard operation
payload_dumper copied to clipboard

Change shebang to use uv run and add script dependencies section

Open gunchev opened this issue 1 month ago • 0 comments

  • Replaced the shebang with #!/usr/bin/env -S uv run to use uv.
  • Added a block of comments to list the script's dependencies.

These changes make running the script much easier and straight-forward.

gunchev avatar Nov 14 '25 21:11 gunchev