Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martinghunt committed Sep 26, 2016
1 parent 1836f70 commit 125e0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Notebooks/Unix/bash_scripts/bash_scripts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 125e0da

Please sign in to comment.