-
Notifications
You must be signed in to change notification settings - Fork 1
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
Jose Felipe Dalcin Stieven
committed
Feb 23, 2024
1 parent
dab95b0
commit bac46f3
Showing
21 changed files
with
22 additions
and
1,474 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
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,3 +1,11 @@ | ||
!#/bin/bash | ||
#!/bin/bash | ||
|
||
find . sources lib includes \( -name "*.c" -or -name "*.h" -or -name Makefile \) -exec sed -e 's/josfelip/gfantoni/; s/<josfelip@student.42sp.org.br>/<gfantoni@student.42sp.org.br>/' {} --in-place \; | ||
find . sources lib includes \( -name "*.c" -or -name "*.h" -or -name Makefile \) -exec sed -e 's/josfelip/gfantoni/; s/<josfelip@student.42sp.org.br>/<gfantoni@student.42sp.org.br>/' {} --in-place \; | ||
|
||
rm -rf .github | ||
rm -rf .gitignore | ||
rm -rf qa | ||
rm README.md | ||
rm LICENSE | ||
rm gfantoni.sh | ||
rm josfelip.sh |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
|
||
find . sources lib includes \( -name "*.c" -or -name "*.h" -or -name Makefile \) -exec sed -e 's/gfantoni/josfelip/; s/<gfantoni@student.42sp.org.br>/<josfelip@student.42sp.org.br>/' {} --in-place \; | ||
|
||
rm -rf .github | ||
rm -rf .gitignore | ||
rm -rf qa | ||
rm README.md | ||
rm LICENSE | ||
rm gfantoni.sh | ||
rm josfelip.sh |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.