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