make it more readable
This commit is contained in:
parent
b0ede55742
commit
91f5447803
@ -22,7 +22,7 @@ passwords.
|
||||
%build
|
||||
cd mwords
|
||||
dos2unix -o *; chmod a+r *
|
||||
cat [1-9]*.??? | egrep -v "'s$" | egrep "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby
|
||||
cat [1-9]*.??? | egrep --invert-match "'s$" | egrep "^[[:alnum:]'&!,./-]+$" | sort --ignore-case --dictionary-order | uniq > moby
|
||||
|
||||
cat <<EOF >license.txt
|
||||
On June 1, 1996 Grady Ward announced that the fruits of
|
||||
|
Loading…
Reference in New Issue
Block a user