Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
KEY=x
SECRET=y
NOW=$(date +%s)
# Get data
curl -s\
-A Custom_bash_script_marnix \
-H "X-Auth-Date: $NOW" \
@AbelLykens
AbelLykens / gist:78a00d5922a86e0e3a095ffd69a90a0c
Last active October 16, 2020 12:10
Bash lnd rebalance helper
#!/bin/bash
FAILFILE=./failcombinaties
cd $( dirname $0 )
# Clear out out lists
> /tmp/in
> /tmp/out
> ./tempignore
#!/bin/bash
FAILFILE=./failcombinaties
cd $( dirname $0 )
# Clear out out lists
> /tmp/in
> /tmp/out