Skip to content

Commit

Permalink
feat: add a useful script
Browse files Browse the repository at this point in the history
  • Loading branch information
n-ae committed Oct 22, 2024
1 parent 71e1924 commit 49d5ec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions useful-scripts/sh/remove-hidden-char.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
find . -path './.git' -prune -o -type f -exec sh -c 'LC_CTYPE=C sed -i "" "s/\xEF\xBB\xBF//g" "$0"' {} \;

0 comments on commit 49d5ec6

Please sign in to comment.