Fixed it's.

This commit is contained in:
Storm Dragon 2020-08-14 18:03:44 -04:00
parent d428ee4f55
commit c1a0e88050
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ redneck() {
-e "s/(^| )people( |,|\?|\.|!)/\1folks\2/gI" \
-e "s/(^| )that( |,|\?|\.|!)/\1'at thar'\2/gI" \
-e "s/(^| )this( |,|\?|\.|!)/\1'is here\2/gI" \
-e "s/(^| )aht( |,|\?|\.|!)/\1it\2/gI" \
-e "s/(^| )aht( |,|\?|\.|!|')/\1it\2/gI" \
-e "s/(^| )(ahf|if)( |,|\?|\.|!)/\1iffen\3/gI" \
-e "s/^[Yy]ou( |,|\.|\?\!|$)/Y'all\1/g"