6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
mkdir -p /tmp/project
|
|
cd /tmp/project
|
|
mire init
|
|
test -f mire.toml && test -x e2e/shell.sh && echo ok
|
|
exit
|