main
Elnu 2 years ago
parent af0e116895
commit d301e1de63

@ -13,7 +13,7 @@ CLEAR_COMPLETED=" Clear completed"
clear_completed="${CLEAR_COMPLETED}${NL}" clear_completed="${CLEAR_COMPLETED}${NL}"
selected_row=2 selected_row=2
# Read checlist file # Read checklist file
touch $FILE touch $FILE
list_raw=`cat $FILE` list_raw=`cat $FILE`
IFS=$'\n' # split by newlines instead of spaces IFS=$'\n' # split by newlines instead of spaces