4 lines
67 B
Bash
Executable File
4 lines
67 B
Bash
Executable File
#!/bin/bash
|
|
|
|
curl -s $1 | grep -oP 'rpc_[^"]*\.tar\.zst' | sort -u
|