mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-12 13:00:41 +02:00

* chore: setup interaction with monero-wallet-cli * fix: add new line * chore: add powershell script * fix: clean up * chore: add monero-wallet-cli to the tools
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
docker exec -it btcpayserver_monerod monero-wallet-cli "$@"
|