3 lines
99 B
Bash
3 lines
99 B
Bash
#!/usr/bin/env bash
|
|
cd jael && pub get && pub run test
|
|
cd ../angel_jael && pub get && pub run test
|