mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05: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