mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Update kernel_checker.py with new version and copyright date.
Update kernel_checker.py to handle assembly and python files
This commit is contained in:
parent
adfc53368f
commit
9a3a5a89f2
2 changed files with 76 additions and 16 deletions
7
.github/scripts/find_replace.sh
vendored
Executable file
7
.github/scripts/find_replace.sh
vendored
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
old_text=$1
|
||||
new_text=$2
|
||||
echo "Old text: ${old_text}"
|
||||
echo "New text: ${new_text}"
|
||||
grep -rl "${old_text}" . | xargs gsed -i -e '1h;2,$H;$!d;g' -e "s/${old_text}/${new_text}/g"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue