mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 09:54:09 +01:00
423e4c7922
Also, improve balance/history display
5 lines
66 B
Bash
Executable File
5 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
cd `dirname $0`
|
|
.env/bin/python history.py $*
|