This website requires JavaScript.
Explore
Help
Sign In
Drupal
/
drupal
mirror of
https://git.drupalcode.org/project/drupal.git
Watch
1
Star
0
Fork
You've already forked drupal
0
Code
Issues
Projects
Releases
Wiki
Activity
f162723fe4
drupal
/
scripts
/
php-clean
5 lines
81 B
Bash
Raw
Blame
History
#!/bin/sh
find . -name
"*~"
|
xargs rm -f
find . -name
"DEADJOE"
|
xargs rm -f
Reference in New Issue
View Git Blame
Copy Permalink