#!/bin/bash
cd /home/emily/emily
nohup python3 -m http.server 34567 --bind 127.0.0.1 > /dev/null 2>&1 &
disown

