Files
nextcloud-documentation/build/change_file_extension.sh
2020-07-31 14:05:23 +02:00

4 lines
84 B
Bash
Executable File

#!/bin/bash
find ./locale -name '*.pot' -exec sh -c 'mv "$0" "${0%.pot}.po"' {} \;