diff --git a/bin/whatdoesitlooklike b/bin/whatdoesitlooklike new file mode 100644 index 0000000..fe17b91 --- /dev/null +++ b/bin/whatdoesitlooklike @@ -0,0 +1,4 @@ +#!/bin/sh +# vim:ft=sh: +mkdir -p ./tmp +for x in $(grep -Po '^(\.\w+)' ../LS_COLORS); do touch ./tmp/"${x}"; done