aboutsummaryrefslogtreecommitdiff
path: root/utils/python-rpc/console
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-06 13:46:56 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-04-11 11:08:39 +0000
commit0575794f53b3481a08a8d680e80765c1f1b13729 (patch)
tree91abf32e39a4c6760a22cc78efa22e37ea73ac0b /utils/python-rpc/console
parentconsole.py: can now connect to several daemons/wallets (diff)
downloadmonero-0575794f53b3481a08a8d680e80765c1f1b13729.tar.xz
console: simple shell over console.py
to avoid the "python -i" part
Diffstat (limited to '')
-rwxr-xr-xutils/python-rpc/console3
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 "$@"