Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit

Permalink
test bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jhicks committed Feb 10, 2022
1 parent f2f99d9 commit 8716bf2
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions content/Azure/04_intro_to_cli.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 1,
"id": "d00a37e4",
"metadata": {},
"outputs": [],
Expand All @@ -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"
]
},
{
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 8716bf2

Please sign in to comment.