diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-06 13:46:56 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-11 11:08:39 +0000 |
commit | 0575794f53b3481a08a8d680e80765c1f1b13729 (patch) | |
tree | 91abf32e39a4c6760a22cc78efa22e37ea73ac0b /utils | |
parent | console.py: can now connect to several daemons/wallets (diff) | |
download | monero-0575794f53b3481a08a8d680e80765c1f1b13729.tar.xz |
console: simple shell over console.py
to avoid the "python -i" part
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/python-rpc/console | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/python-rpc/console b/utils/python-rpc/console new file mode 100755 index 000000000..a4ec6a9ad --- /dev/null +++ b/utils/python-rpc/console @@ -0,0 +1,3 @@ +#!/bin/sh + +env python -i $(dirname $0)/console.py "$@" |