mirror of
https://github.com/mdgriffith/elm-optimize-level-2.git
synced 2024-11-23 00:32:54 +03:00
12 lines
430 B
Bash
12 lines
430 B
Bash
repo="https://github.com/mdgriffith/elm-ui"
|
|
branch="master"
|
|
name="elm-ui-2"
|
|
|
|
mkdir testcases/$name
|
|
mkdir testcases/$name/output
|
|
touch testcases/$name/output/.keep
|
|
cp testcases/elm-markdown/standard.html testcases/$name/standard.html
|
|
cp testcases/elm-markdown/transformed.html testcases/$name/transformed.html
|
|
cp testcases/elm-markdown/elm.json testcases/$name/elm.json
|
|
|
|
git submodule add --branch$branch $repo testcases/$name/repo |