6 lines
70 B
Bash
6 lines
70 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -rf {ports,protos}/data.go
|
||
|
|
||
|
go run consts.go main.go
|