codealong-elk 0.1.1

Codealong ELK support
Documentation
1
2
3
4
5
6
7
#!/usr/bin/env bash

cd fixtures
for file in *.bundle
do
  git clone $file
done