mirror of
https://ghproxy.net/https://github.com/Chassis/puppet-wp.git
synced 2026-07-27 13:18:49 +08:00
3 lines
91 B
Text
3 lines
91 B
Text
#!/bin/sh
|
|
<%= @php_executable_path %> "$(dirname "$(readlink -f "$0")")/wp-cli.phar" "$@"
|
|
|