mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-30 03:03:17 +00: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 "$@"
|