mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
5 lines
56 B
Bash
Executable File
5 lines
56 B
Bash
Executable File
#!/bin/bash
|
|
set -eux
|
|
cd `dirname $0`
|
|
./query.sh bitcoin
|