Narazaka::Blog

奈良阪という人のなにか

2025-02-01から1ヶ月間の記事一覧

pngをなんか何回か圧縮してgit commitしたやつと違うやつを出すコマンド

find Assets/HB_shop -name '*.png' | xargs -i sh -c 'echo "{} `expr $(stat -c %s "{}") - $(git log --stat "{}" | grep "bytes$" | sed -E "s/^.*-> | bytes$//g")`"' | grep -v ' 0$'