exhibition-register/pb/clear.sh

1 line
92 B
Bash
Raw Normal View History

2024-02-01 10:56:19 +00:00
ls exhibition/*.pb.go | xargs -n1 -IX bash -c 'sed s/,omitempty// X > X.tmp && mv X{.tmp,}';