mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
console: simple shell over console.py
to avoid the "python -i" part
This commit is contained in:
parent
047af5c343
commit
0575794f53
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 New Issue
Block a user