#!/bin/bash ENDPOINT=$1 echo "PORTA indicata ${ENDPOINT}" ls -al /home ls -al /home/bpconverter cd /home/bpconverter . /home/runtime/bin/activate python manage.py runserver 0.0.0.0:${ENDPOINT}