mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
console: simple shell over console.py
to avoid the "python -i" part
This commit is contained in:
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 "$@"
|
||||||
Reference in New Issue
Block a user