clean.sh 66 B

12345
  1. #!/bin/bash
  2. ls | grep -vE 'clean\.sh|index\.html' | xargs rm -f