Initial sanitized SmartSpeaker snapshot
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
param (
|
||||
[string]$Tunnel = "home dev"
|
||||
)
|
||||
Write-Host "Running Cloudflare tunnel: $Tunnel -> http://localhost:8901..." -ForegroundColor Cyan
|
||||
& "C:\Program Files (x86)\cloudflared\cloudflared.exe" tunnel run $Tunnel
|
||||
Reference in New Issue
Block a user