new feature

This commit is contained in:
Sebastian
2024-09-16 12:16:04 +02:00
parent afa19bb887
commit 4603a04c3b
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/bash
curl -s https://$1.stakesquid.eu/backup/ | grep -oP 'rpc_[^"]*\.tar\.zst' | sort -u
curl -s $1 | grep -oP 'rpc_[^"]*\.tar\.zst' | sort -u