mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2025-03-16 10:00:40 -06:00
7 lines
131 B
Bash
7 lines
131 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
export HOME=${SNAP_USER_DATA}
|
||
|
cd ${SNAP_USER_DATA}
|
||
|
|
||
|
exec ${SNAP}/usr/bin/rlwrap ${SNAP}/bin/monero-wallet-cli "$@"
|