console: simple shell over console.py

to avoid the "python -i" part
This commit is contained in:
moneromooo-monero 2019-04-06 13:46:56 +00:00
parent 047af5c343
commit 0575794f53
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 3 additions and 0 deletions

3
utils/python-rpc/console Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
env python -i $(dirname $0)/console.py "$@"