From 519fe6a1715cd7d75d5165a555972ab705a396d5 Mon Sep 17 00:00:00 2001 From: John Hicks Date: Wed, 9 Feb 2022 22:56:36 +0000 Subject: [PATCH] test bash --- content/Azure/04_intro_to_cli.ipynb | 38 ++++++++++++++++------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/content/Azure/04_intro_to_cli.ipynb b/content/Azure/04_intro_to_cli.ipynb index f0b0cea..f6d80c4 100644 --- a/content/Azure/04_intro_to_cli.ipynb +++ b/content/Azure/04_intro_to_cli.ipynb @@ -203,7 +203,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 1, "id": "d00a37e4", "metadata": {}, "outputs": [], @@ -213,11 +213,21 @@ ] }, { - "cell_type": "markdown", - "id": "6b5db328", + "cell_type": "code", + "execution_count": 2, + "id": "2cf44876-a1c7-41cc-9653-cebdcdb3978e", "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "rg-essentials\n" + ] + } + ], "source": [ - " # echo $RG" + "echo $RG" ] }, { @@ -280,21 +290,15 @@ ], "metadata": { "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" + "display_name": "Bash", + "language": "bash", + "name": "bash" }, "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.8.8" + "codemirror_mode": "shell", + "file_extension": ".sh", + "mimetype": "text/x-sh", + "name": "bash" } }, "nbformat": 4,