Compare commits
2 Commits
005f9fd969
...
98e8da4a76
Author | SHA1 | Date | |
---|---|---|---|
98e8da4a76 | |||
d69d6237ad |
3
clear.sh
Normal file
3
clear.sh
Normal file
@ -0,0 +1,3 @@
|
||||
ls api/account/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';
|
||||
ls api/bundle/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';
|
||||
ls api/order/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';
|
Loading…
Reference in New Issue
Block a user