Changeset 1385870 in clfs-embedded
- Timestamp:
- Oct 21, 2013, 7:04:18 AM (11 years ago)
- Branches:
- master
- Children:
- 5cba5fc
- Parents:
- a65e0bb
- Location:
- BOOK
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/tidy.sh
ra65e0bb r1385870 12 12 find "$1" -type f -name \*.html | while read file; do 13 13 tidy -config "${TOP}/tidy.conf" "$file" 14 bash "${TOP}/obfuscate.sh" "$file"15 14 sed -i -e "s@text/html@application/xhtml+xml@g" "$file" 16 15 done 17 16 else 18 17 tidy -config "${TOP}/tidy.conf" "$1" 19 bash "${TOP}/obfuscate.sh" "$1"20 18 sed -i -e "s@text/html@application/xhtml+xml@g" "$1" 21 19 fi
Note:
See TracChangeset
for help on using the changeset viewer.