{"ok":true,"status":"active","msg":"Plugin installed and working","php":"8.3.33","server":"Apache","time":"2026-08-22 02:19:12"}#!/bin/sh
# Initial definition.  Will leave the .ocp file in the local directory.
(
otp2ocp `basename "$1" .ocp` || exit 1
) 1>&2 </dev/null
echo `basename "$1" .ocp`.ocp
