7 lines
64 B
Text
7 lines
64 B
Text
|
|
#!/usr/bin/env bash
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
script/fetch_languages
|
||
|
|
script/test
|