Skip to content

Commit

Permalink
josfelip.sh and gfantoni.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Felipe Dalcin Stieven committed Feb 23, 2024
1 parent dab95b0 commit bac46f3
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 1,474 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/norminette.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- uses: actions/checkout@v3
- uses: alexandregv/norminette-action@v3
with:
flags: "sources/ includes/"
flags: "sources/ includes/ lib/"
12 changes: 10 additions & 2 deletions gfantoni.sh
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
11 changes: 11 additions & 0 deletions josfelip.sh
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
77 changes: 0 additions & 77 deletions mia/Makefile

This file was deleted.

80 changes: 0 additions & 80 deletions mia/README.md

This file was deleted.

98 changes: 0 additions & 98 deletions mia/includes/push_swap.h

This file was deleted.

71 changes: 0 additions & 71 deletions mia/src/cost.c

This file was deleted.

Loading

0 comments on commit bac46f3

Please sign in to comment.