exhibition-register/clear.sh
2024-01-29 17:02:58 +08:00

2 lines
96 B
Bash

ls pb/exhibition/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';