micro-bundle/clear.sh

3 lines
93 B
Bash
Raw Permalink Normal View History

2025-05-09 08:09:44 +00:00
ls pb/bundle/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';