mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-20 06:44:47 -07:00
website: add pool logos
This commit is contained in:
10
website/assets/pools.sh
Executable file
10
website/assets/pools.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
rm -rf pools
|
||||
curl -sLO https://github.com/mempool/mining-pool-logos/archive/refs/heads/master.zip
|
||||
unzip -qo master.zip
|
||||
rm master.zip
|
||||
mv mining-pool-logos-master pools
|
||||
rm -r ./pools/.github
|
||||
find pools -type f ! -name '*.svg' -delete
|
||||
Reference in New Issue
Block a user