mirror of
https://github.com/lnbook/lnbook
synced 2024-11-06 21:20:29 +00:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# Helper script used as an alias for eclair-cli with the necessary arguments
|
||
|
#
|
||
|
/usr/local/bin/eclair-cli -s -j -p eclair $@
|