You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
281 B
9 lines
281 B
#!/bin/bash
|
|
|
|
# TODO: os specific
|
|
export LEDGER_DATA_DIR="$HOME/.config/Electron"
|
|
export LEDGER_LOGS_DIRECTORY="$LEDGER_DATA_DIR/logs"
|
|
export LEDGER_LIVE_SQLITE_PATH="$LEDGER_DATA_DIR/sqlite"
|
|
export CLI=1
|
|
|
|
node -r @babel/register -r @babel/polyfill scripts/cli/txBetweenAccounts.js
|
|
|