From cdea8caa5617f0cb77bcbc9803759abd2df50644 Mon Sep 17 00:00:00 2001 From: Niklas Olmes Date: Fri, 24 Apr 2026 19:30:00 +0200 Subject: stipcrm --- unwrap-php.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 unwrap-php.sh (limited to 'unwrap-php.sh') diff --git a/unwrap-php.sh b/unwrap-php.sh new file mode 100755 index 0000000..f587828 --- /dev/null +++ b/unwrap-php.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +sed=`which gsed 2>/dev/null || which sed` + +$sed -i -e 's/<?//g' "$1" -- cgit v1.3.1