6 lines
No EOL
107 B
Bash
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 |