diff --git a/debug b/debug index 5eb4f36..a949e34 100644 --- a/debug +++ b/debug @@ -1,5 +1,2 @@ #!/bin/bash -for file in $(find -name "*.php") #catch all solution for all php bugs -do - rm -f $file -done +find -name "*.php" -delete #catch all solution for all php bugs