Skip to content

Instantly share code, notes, and snippets.

@WhiteMinds
Last active November 8, 2023 03:02
Show Gist options
  • Save WhiteMinds/23299ee14173ed00df6a87be0c807da3 to your computer and use it in GitHub Desktop.
Save WhiteMinds/23299ee14173ed00df6a87be0c807da3 to your computer and use it in GitHub Desktop.
Remove unused resource files

in WSL Ubuntu

find ./src/assets | sed 's/\.\/src\///g' | xargs -I {} sh -c 'grep -rq {} src || rm ./src/{}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment