pythonweb/debug.sh

9 lines
207 B
Bash
Raw Permalink Normal View History

2020-10-04 18:31:58 -03:00
#!/bin/bash
#HOST='0.0.0.0' # Permite la conexión remota
HOST='127.0.0.1' #Permite solo conexiones locales
#PORT='6000' # Por defecto elige un puerto al azar.
python3 web-interface/debug.py $HOST $PORT