HEX
Server: LiteSpeed
System: Linux pbn-18.isgood.host 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: king88zccom (1235)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /usr/local/lsws/king88zc.com/html/wp-content/plugins/password-protected/languages/potomo.sh
#! /bin/sh
# Create .mo files from .po files.
# Twisted by WP-Translations.org, created by grappler.

for file in `find . -name "*.po"` ; do msgfmt -o ${file/.po/.mo} $file ; done