beremiz
Clone
Summary
Browse
Changes
Graph
CLI: Explicitely wait for user interrupt (-k) and flush stdout each line.
2022-07-17, Edouard Tisserant
da7b461f54b7
file is
Executable
CLI: Explicitely wait for user interrupt (-k) and flush stdout each line.
#!/bin/bash
set -e
./clean_docker_container.sh || true
./clean_docker_image.sh || true
./build_docker_image.sh
./create_docker_container.sh $1