drupal/scripts/php-clean

5 lines
81 B
Bash

#!/bin/sh
find . -name "*~" | xargs rm -f
find . -name "DEADJOE" | xargs rm -f