5 lines
123 B
Bash
5 lines
123 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
ARTIFACT=$1
|
||
|
|
||
|
nickel export --format json --output artifacts/json/$ARTIFACT.json artifacts/nickel/$ARTIFACT.ncl
|