Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ockajak committed Jul 13, 2024
1 parent 4bede51 commit 49051b8
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 183 deletions.
2 changes: 1 addition & 1 deletion project/update-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd ${SCRIPT_DIR}/..

grep '^\[!' README.md >README.md.tmp
echo >>README.md.tmp
sed -n '/pub mod extensions;/q;p' src/lib.rs | sed 's/^\/\/\/ \?//g' | grep -v '# let' | grep -v '^#!' >>README.md.tmp
sed -n '/pub mod extensions;/q;p' src/lib.rs | sed 's/^\/\/! \?//g' | grep -v '# let' | grep -v '^#!' >>README.md.tmp
echo >>README.md.tmp
sed -n '/## Inspiration/,$ p' README.md >>README.md.tmp
mv -f README.md.tmp README.md
Expand Down
Loading

0 comments on commit 49051b8

Please sign in to comment.