5 lines
143 B
Bash
Executable file
5 lines
143 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# The real configure script uses jq to parse cue output
|
|
cue export -- *.cue *.yaml | jq -r -f configure.jq --args -- *.cue *.yaml
|