From 125e0da16f6ac8832d79a7f75654d3b7048d0632 Mon Sep 17 00:00:00 2001 From: martinghunt Date: Mon, 26 Sep 2016 15:05:45 +0100 Subject: [PATCH] fix indentation --- Notebooks/Unix/bash_scripts/bash_scripts.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Unix/bash_scripts/bash_scripts.ipynb b/Notebooks/Unix/bash_scripts/bash_scripts.ipynb index e52062b..fd64c8b 100644 --- a/Notebooks/Unix/bash_scripts/bash_scripts.ipynb +++ b/Notebooks/Unix/bash_scripts/bash_scripts.ipynb @@ -245,7 +245,7 @@ "A basic check for this script would be to verify that two options were supplied, and if not then print a help message. The code looks like this:\n", " \n", " if [ $# -ne 2 ]\n", - " then\n", + " then\n", " echo \"usage: options_example.3.sh filename number_of_lines\"\n", " echo\n", " echo \"Prints the filename, and the given first number of lines of the file\"\n",