console: simple shell over console.py
to avoid the "python -i" part
This commit is contained in:
parent
047af5c343
commit
0575794f53
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
env python -i $(dirname $0)/console.py "$@"
|
Loading…
Reference in New Issue