mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 08:17:37 +00:00
console: simple shell over console.py
to avoid the "python -i" part
This commit is contained in:
parent
047af5c343
commit
0575794f53
1 changed files with 3 additions and 0 deletions
3
utils/python-rpc/console
Executable file
3
utils/python-rpc/console
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
env python -i $(dirname $0)/console.py "$@"
|
Loading…
Reference in a new issue