1 2 3 4 5
#!/usr/bin/env sh cd client || exit -1 rm -f stylesheets/index.css find app -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \;