Delete fixindent.sh

This commit is contained in:
Namhyeon Go 2024-05-30 12:22:30 +09:00 committed by GitHub
parent 58bd748595
commit 4d4c0007ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +0,0 @@
#!/bin/bash
find ./ -type f -name "*.php" -exec sed -i 's/\t/ /g' {} \;
echo "done"