beremiz

update installation instructions

2022-08-31, v.petrov
7aa4209c2b2d
file isExecutable
update installation instructions
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker stop $CONTAINER
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER