Skip to content

Instantly share code, notes, and snippets.

@GluTbl
Created June 2, 2025 14:11
Show Gist options
  • Save GluTbl/f99df3264b46b0fd5bde89a3962dff96 to your computer and use it in GitHub Desktop.
Save GluTbl/f99df3264b46b0fd5bde89a3962dff96 to your computer and use it in GitHub Desktop.
[Quick file host] #python
@echo off
cd /d %~dp0
echo Hosting current folder on LAN at port 8000...
python -m http.server 8000
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment