5 lines
144 B
Batchfile
5 lines
144 B
Batchfile
|
#!/bin/bash
|
||
|
protoc -I=. --go_out=.. messages.proto
|
||
|
move ..\forge.redroom.link\yves\meowlib\messages.pb.go ..\
|
||
|
rmdir ..\forge.redroom.link /S /Q
|