mirror of
https://github.com/elastic/logstash.git
synced 2025-04-21 05:08:07 -04:00
4 lines
82 B
Bash
Executable file
4 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
|
|
basedir=$(cd `dirname $0`/..; pwd)
|
|
exec $basedir/bin/logstash web "$@"
|