beremiz
Clone
Summary
Browse
Changes
Graph
Examples: use print() function in "python" example
2023-05-22, Edouard Tisserant
ab0afe798428
file is
Executable
Examples: use print() function in "python" example
#!/bin/bash
set -e
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1