3 lines
98 B
Bash
3 lines
98 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
NOLOG=1 goconvey --port 9090 -excludedDirs vendor,static,devDb,wiki,bin,tests
|