diff --git a/note b/note old mode 100755 new mode 100644 index 9750272..5bd2367 --- a/note +++ b/note @@ -1,6 +1,6 @@ #!/bin/bash -# Check if there is any arguments, if there is append all of it. +# Check if there is any arguments, if there is then append all of it. if [ "$1" == "less" ]; then less ~/notefile exit 1 @@ -26,4 +26,3 @@ fi read input done -