#!/bin/bash

set -e

frugen -j example.json fru.bin
frugen -r fru.bin -o json fru.json
cat fru.json
frugen -r fru.bin -o text fru.txt
cat fru.txt
