particle-os-cli/integration-tests/test-repo/modules/test-module/test-module.sh
2024-11-26 16:07:54 -05:00

9 lines
132 B
Bash

#!/bin/bash
set -euo pipefail
echo "This is a test module"
get_json_array FILES '.test[]' '{"test":[1,2,3]}'
echo "${FILES[@]}"