From 0575794f53b3481a08a8d680e80765c1f1b13729 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 6 Apr 2019 13:46:56 +0000 Subject: [PATCH] console: simple shell over console.py to avoid the "python -i" part --- utils/python-rpc/console | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 utils/python-rpc/console 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 "$@"