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

12 lines
201 B
Bash

#!/bin/bash
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
echo "Started: a.sh"
export OTHER_VAR=456
run-unknown-command
echo "Finished: a.sh"