306 B
306 B
$ mkdir -p /tmp/project
$ cd /tmp/project
$ mire init
mire › Done initialising...
$ test -f mire.toml && test -x e2e/shell.sh && echo ok
ok
$ exit
exit
$ cd /tmp/project
$ mire init
mire › Done initialising...
$ test -f mire.toml && test -x e2e/shell.sh && echo ok
ok
$ exit
exit