console: simple shell over console.py

to avoid the "python -i" part
pull/200/head
moneromooo-monero 5 years ago
parent 047af5c343
commit 0575794f53
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -0,0 +1,3 @@
#!/bin/sh
env python -i $(dirname $0)/console.py "$@"
Loading…
Cancel
Save