#!/usr/bin/env bash
cd /home/ibrahim/dopamine_install || exit 1
exec /home/ibrahim/.nix-profile/bin/python3 -m http.server 8000 --bind 0.0.0.0
