Updated list & list generator script

This commit is contained in:
Dionysus 2023-06-03 00:57:22 -04:00
parent faf5195253
commit 7b60864751
Signed by: acidvegas
GPG Key ID: EF4B922DB85DC9DE
2 changed files with 541 additions and 432 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
find ./ -type f -exec grep -Iq . {} \; -print | cut -d'/' -f2- | sed 's/\.[[:alpha:]]*$//' | sort > .list
find . -type f -name "*.txt" | cut -c 3- | sort | sed 's/\.[[:alpha:]]*$//' > .list

File diff suppressed because it is too large Load Diff