AWSParser/build.sh

6 lines
No EOL
107 B
Bash
Executable file

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