Skip to content

Commit

Permalink
Remove rename script after process
Browse files Browse the repository at this point in the history
  • Loading branch information
Basti Tee committed May 2, 2022
1 parent 5008034 commit 0dcc84a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions __rename__.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ do
sed -i.rename-bak "s/my_module/$1/g" $file
done
find . -type f -iname "*.rename-bak" -exec rm -f {} \;

rm $( basename $0 )

0 comments on commit 0dcc84a

Please sign in to comment.