X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=6%2Fsrc%2Fmake-all.lst;fp=6%2Fsrc%2Fmake-all.lst;h=907e3b374f09b23328a0e493fdf2b6d5055d636d;hb=d5cbd5b855d8157fe44cd0979c2e517b93fb5004;hp=0000000000000000000000000000000000000000;hpb=0ba1587a200ebb44aea6355ee9330a720e3ecde2;p=deb_pkgs%2Fscowl.git diff --git a/6/src/make-all.lst b/6/src/make-all.lst new file mode 100755 index 0000000..907e3b3 --- /dev/null +++ b/6/src/make-all.lst @@ -0,0 +1,8 @@ +#!/bin/sh + +cat `find l/supplement/ l/add-affixes -type l` | tr -d '\r' | sort | uniq > working/all.lst-unfiltered +cat working/all.lst-unfiltered \ + | src/filter \ + | sort | uniq \ + > working/all.lst +