1 2 3 4 5
#!/bin/sh rm -rfv ./cache_formatted/* cp -rv ./cache/*.js ./cache_formatted/ cp -rv ./cache/*.css ./cache_formatted/ npx prettier --write ./cache_formatted/