Skip to content

Commit

Permalink
added readme for basic example
Browse files Browse the repository at this point in the history
  • Loading branch information
CrackedPixel committed Jul 10, 2024
1 parent f21769d commit 5f56fbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prefix-raylib_rename_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -808,4 +808,7 @@ for pair in "${replacements[@]}"; do

# parser
sed -i "s/\\<$search_for\\>/$replace_with/g" ./parser/**/*.*

# misc
sed -i "s/\\<$search_for\\>/$replace_with/g" ./README.md
done

0 comments on commit 5f56fbf

Please sign in to comment.