aboutsummaryrefslogtreecommitdiff
path: root/dev_tools/scripts/http-page-preview.ps1
blob: 8cc35791e37edcd8e52d9115e9fdef0086813678 (plain) (blame)
1
2
3
$starting_dir = Get-Location
python -m http.server 3000
Set-Location $starting_dir