do the thing
This commit is contained in:
4
list-backups.sh
Executable file
4
list-backups.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
curl -s https://$1.stakesquid.eu/backup/ | grep -oP 'rpc_[^"]*\.tar\.zst' | sort -u
|
||||
Reference in New Issue
Block a user