diff --git a/noter.sh b/noter.sh index f90048f..e572ce5 100755 --- a/noter.sh +++ b/noter.sh @@ -19,6 +19,7 @@ checksetting() { if [ "$2" = true ]; then echo "$1" >>"$output_file" fi +} givefavicon() { local file_path="$1" @@ -144,4 +145,4 @@ echo " " >>"$output_file" -nlog "Done, please see: $output_file." +nlog "Done, please see: $output_file." \ No newline at end of file