#!/bin/bash rm -rf out || true mkdir -pv out || true dart pub get dart compile exe -o out/awsparser bin/awsparser.dart