Skip to content

Instantly share code, notes, and snippets.

@bsoyka
Last active May 7, 2020 20:51

Revisions

  1. bsoyka revised this gist May 7, 2020. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion server_full.bat
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,2 @@
    @echo off
    start cmd /c "python -m http.server 80"
    start cmd /c "ngrok http 80"
  2. bsoyka created this gist May 7, 2020.
    3 changes: 3 additions & 0 deletions server_full.bat
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    @echo off
    start cmd /c "python -m http.server 80"
    start cmd /c "ngrok http 80"