oxen-core/utils/python-rpc/console
moneromooo-monero 0575794f53
console: simple shell over console.py
to avoid the "python -i" part
2019-04-11 11:08:39 +00:00

4 lines
55 B
Bash
Executable file

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