1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00
wownero/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

3 lines
55 B
Bash
Executable file

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