Files
docker-stacks/tests/docker-stacks-foundation/run-hooks-failures/d.sh
2023-09-04 19:50:30 +04:00

12 lines
187 B
Bash

#!/bin/bash
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
set -e
echo "Started: d.sh"
run-unknown-command
echo "Finished: d.sh"