Vova Tkach 6 years ago
parent
commit
a5d0b44bcd
3 changed files with 0 additions and 8 deletions
  1. 0 3
      run.mac.sh
  2. 0 3
      run.unix.sh
  3. 0 2
      run.windows.bat

+ 0 - 3
run.mac.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-bin/fave.darwin-amd64 -host 0.0.0.0 -port 8080 -dir ./hosts

+ 0 - 3
run.unix.sh

@@ -1,3 +0,0 @@
-#!/bin/bash
-
-bin/fave.linux-amd64 -host 0.0.0.0 -port 8080 -dir ./hosts

+ 0 - 2
run.windows.bat

@@ -1,2 +0,0 @@
-bin/fave.windows-amd64.exe -host 0.0.0.0 -port 8080 -dir hosts
-TIMEOUT /T 5