pcb-to-stencil/run_server.sh

5 lines
125 B
Bash
Executable File

#!/bin/bash
pkill -f ./bin/pcb-to-stencil\ -server
go clean && go build -o bin/pcb-to-stencil .
./bin/pcb-to-stencil -server