AWSParser/build.sh
2024-11-21 21:27:09 -07:00

6 lines
No EOL
107 B
Bash

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