This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/utils/watchrun-container.sh

5 lines
129 B
Bash
Executable File

#!/usr/bin/env bash
STOPSCRIPT="make stop-container-by-id CONTAINFER_FILE=${CONTAINER_FILE} ; $3"
./utils/watchrun.sh "$1" "$2"