From 754577b4b9137f23817971e0d8da19d3e0e8233c Mon Sep 17 00:00:00 2001 From: hannes Date: Wed, 4 Apr 2018 13:51:30 -0700 Subject: [PATCH] Fixed a typo ;-* I am currently writing a new bash script and got me some inspirations from this one. Thanks Max! --- convert_ascii_2_string.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/convert_ascii_2_string.sh b/convert_ascii_2_string.sh index 49f51ab..c4c7040 100644 --- a/convert_ascii_2_string.sh +++ b/convert_ascii_2_string.sh @@ -4,7 +4,7 @@ # Script to convert ASCII art to a C string. # # # # Author: Maximilian Stiefel # -# Last modified: 13. December 2017 # +# Last modified: 4 April 2018 # # CLI usage: ./convert_ascii_2_string.sh file string # # Required PKGs: # # # @@ -28,7 +28,7 @@ if [ $# != $NU_PARAMS ] then echo "Error: Illegal number of parameters." echo "Correct usage is:" - echo "./convert_ascii_2_string.sh filename stingname" + echo "./convert_ascii_2_string.sh filename stringname" exit 1; fi