mirror of
https://github.com/romanz/electrs.git
synced 2025-02-24 15:02:21 +01:00
4 lines
66 B
Bash
Executable file
4 lines
66 B
Bash
Executable file
#!/bin/bash
|
|
set -eu
|
|
cd `dirname $0`
|
|
.env/bin/python history.py $*
|