mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-10 19:38:52 +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 "$@"
|