photosite/scripts/server.sh

8 lines
68 B
Bash
Raw Normal View History

2024-12-11 02:38:41 +00:00
#!/bin/bash
set -e
source .env
cd "${WWW}"
python3 -m http.server