2 lines
121 B
Bash
Executable File
2 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
find "$1/usr/share/locale" -mindepth 1 -maxdepth 1 ! -name "en" ! -name "en_US" ! -name "en_GB" | xargs rm -r |