mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
6 lines
199 B
Bash
Executable file
6 lines
199 B
Bash
Executable file
#!/bin/sh
|
|
|
|
echo "The use of bin/plugin is deprecated and will be removed in a feature release. Please use bin/logstash-plugin."
|
|
|
|
unset CDPATH
|
|
sh "$(cd `dirname $0`/..; pwd)/bin/logstash-plugin" "$@"
|