Skip to content

Commit

Permalink
exclude symbols.cancel from flairs list
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Dec 16, 2024
1 parent 33bb467 commit 9e95478
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/flair/list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Create list.txt from img/*.webp

pushd "$(dirname "$0")"
ls img/*.webp | sed 's/.webp//g' | sed 's/img\///g' >list.txt
ls img/*.webp | grep -v 'symbols.cancel' | sed 's/.webp//g' | sed 's/img\///g' >list.txt
popd

echo "Done creating flair/list.txt."
1 change: 0 additions & 1 deletion public/flair/list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3058,7 +3058,6 @@ symbols.blue-heart
symbols.bright-button
symbols.broken-heart
symbols.brown-heart
symbols.cancel
symbols.cancer
symbols.capricorn
symbols.chequered-flag
Expand Down

0 comments on commit 9e95478

Please sign in to comment.