remove-except-artifacts.sh 76 B

1234567
  1. #!/bin/sh
  2. set -e
  3. rm -rf \
  4. ${appDir}/docker \
  5. ${appDir}/node_modules \