1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2026-07-25 13:42:59 +00:00

Update for leanpub preview

This commit is contained in:
AutoPenguin
2020-06-03 03:36:42 +00:00
parent 6bb9e2f7d4
commit 1d71c96390
3 changed files with 85 additions and 5 deletions
+3 -1
View File
@@ -17,7 +17,9 @@ do
sed -i '/.gif/d' $file
# Strip out mkdocs admonitions
sed -i '/\!\!\!/d' $file
sed -i '/!!!/d' $file
# strip emojis
tr -cd '\11\12\15\40-\176' < $file > $file-clean