diff options
Diffstat (limited to 'Build/cdbuild/make-package-sizes')
-rwxr-xr-x | Build/cdbuild/make-package-sizes | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Build/cdbuild/make-package-sizes b/Build/cdbuild/make-package-sizes deleted file mode 100755 index 3c7d9d9c955..00000000000 --- a/Build/cdbuild/make-package-sizes +++ /dev/null @@ -1,11 +0,0 @@ -cd /texlive/Master -for i in `find texmf-dist/lists -type f ` -do - cat $i | sed -e "/^ *$/d" -e 's/^ *//' > /tmp/zz - tar --create --totals -f /tmp/xx -T /tmp/zz >& /tmp/yy - sed 's/Total bytes written://' < /tmp/yy > /tmp/xx - echo $i: `cat /tmp/xx` - rm /tmp/yy - rm /tmp/xx - rm /tmp/zz -done |