mirror of
https://gh.wpcy.net/https://github.com/elementor/wp2static-addon-netlify.git
synced 2026-05-26 06:22:54 +08:00
6 lines
65 B
Bash
Executable file
6 lines
65 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "compressing: $1"
|
|
php -w $1 > $1BAK
|
|
mv $1BAK $1
|
|
|