Skip to content

Commit

Permalink
Use 'fn' for a function
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Sep 2, 2024
1 parent 983a843 commit 311f6ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/unindent_text.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#
for filename in $(find . | grep .md)
do
sed -i 's/^ //g' ${filename}
sed -i 's/^ //g' ${filename}
sed -i 's/^ //g' ${filename}
sed -i 's/^ //g' "${filename}"
sed -i 's/^ //g' "${filename}"
sed -i 's/^ //g' "${filename}"
done

0 comments on commit 311f6ad

Please sign in to comment.