✏️ 正在编辑: yaml-lint
路径:
/usr/share/zabbix/vendor/bin/yaml-lint
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
#!/usr/bin/env sh dir=$(cd "${0%[/\\]*}" > /dev/null; cd "../symfony/yaml/Resources/bin" && pwd) if [ -d /proc/cygdrive ]; then case $(which php) in $(readlink -n /proc/cygdrive)/*) # We are in Cygwin using Windows php, so the path must be translated dir=$(cygpath -m "$dir"); ;; esac fi "${dir}/yaml-lint" "$@"
💾 保存文件
← 返回文件管理器