#!/bin/bash
cd "$1"
python3 -m http.server "$3" > /dev/null 2>&1 &
open "$2"
