s3-resource-simple/assets/emit.sh

9 lines
127 B
Bash
Raw Normal View History

#!/bin/sh
set -e
# give back a(n empty) version, so that the check passes when using `in`/`out`
echo "{
\"version\": {}
}"