~tdarb/shinobi-script

4693a7734b58672239fa1386a6767e1ff5b11860 — Bradley Taunt 2 years ago 12f7016
Include overlooked step in advanced setting for wrapping plain text
1 files changed, 8 insertions(+), 1 deletions(-)

M README
M README => README +8 -1
@@ 33,7 33,14 @@ for i in $(find $RW_DIR -type f); do cp $i $POST_DIR ; done
for i in $(find $POST_DIR -type f); do fold -s -w 72 $i > $i.temp; mv $i.temp $i ; done
```

6. Replace the following sections of code (lines 36 and 42):
6. Replace the loop directory setting:

  Change:
  for file in $POST_DIR*; do
  To:
  for file in $RW_DIR*; do

7. Replace the following sections of code (lines 36 and 42):

  Change:
  <link>$DOMAIN/$file</link>