mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
7 lines
187 B
Bash
7 lines
187 B
Bash
#!/bin/bash
|
|
# Copyright (c) Jupyter Development Team.
|
|
# Distributed under the terms of the Modified BSD License.
|
|
|
|
export MY_VAR=123
|
|
echo "Inside a.sh MY_VAR variable has ${MY_VAR} value"
|