8 lines
75 B
Bash
8 lines
75 B
Bash
#! /bin/bash
|
|
|
|
set -e
|
|
|
|
bash ./shuffle.sh
|
|
bash ./fill.sh
|
|
cat ./v01-live.yaml
|