From f661a31b7b3d7e5abc2a647f5103bff28d51b3c4 Mon Sep 17 00:00:00 2001 From: Evgeny Date: Sat, 4 Jun 2022 11:52:55 +0300 Subject: [PATCH] change aio.sh to reflect changes in 4.4.2 --- other/aio.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/other/aio.sh b/other/aio.sh index 1f8162c..cb03f54 100755 --- a/other/aio.sh +++ b/other/aio.sh @@ -1,12 +1,13 @@ #!/bin/sh -# A simple script to add, delete and edit AIO Launcher tasks and notes via Dropbox. - IFS=' ' -DIR="$HOME/Dropbox/Apps/AIO Launcher" -TASKS_DIR="$DIR/tasks" -NOTES_DIR="$DIR/notes" +DIR="$HOME/Dropbox/Приложения/AIO Launcher" +#TASKS_DIR="$DIR/tasks" +#NOTES_DIR="$DIR/notes" +# Changed in AIO 4.4.2 +TASKS_DIR="$DIR/w.tasks" +NOTES_DIR="$DIR/w.notes" list() { i=0