clean 87 B

12
  1. #!/bin/bash
  2. ls | xargs -I % echo % | grep -v clean | grep -v .sh | xargs -I % rm -rf %