Files
docker-stacks/tests/docker-stacks-foundation/run-hooks-unset/b.sh
2023-11-04 11:34:33 +01:00

8 lines
206 B
Bash

#!/bin/bash
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License.
echo "Inside b.sh MY_VAR variable has ${MY_VAR} value"
echo "Unsetting MY_VAR"
unset MY_VAR