-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
104aeb2
commit 973c7fb
Showing
29 changed files
with
150 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
#backup your code before you do this | ||
str='s/putln/putLn/g'; | ||
find ../src/ -name *.c -exec sed -i $str {} + | ||
find ../src/ -name *.h -exec sed -i $str {} + | ||
find ../src/ -name *.y -exec sed -i $str {} + | ||
find ../src/ -name *.l -exec sed -i $str {} + | ||
find ../sms_src/examples/ -name *.sms -exec sed -i $str {} + | ||
#!/bin/bash | ||
# Backup your code before you do this | ||
str='s/"an array"/a tuple/g' | ||
find ../src/ -name "*.c" -exec sed -i -e "$str" {} + | ||
find ../src/ -name "*.h" -exec sed -i -e "$str" {} + | ||
find ../src/ -name "*.y" -exec sed -i -e "$str" {} + | ||
find ../src/ -name "*.l" -exec sed -i -e "$str" {} + | ||
find ../sms_src/examples/ -name "*.sms" -exec sed -i -e "$str" {} + | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.