change aio.sh to reflect changes in 4.4.2
This commit is contained in:
11
other/aio.sh
11
other/aio.sh
@@ -1,12 +1,13 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# A simple script to add, delete and edit AIO Launcher tasks and notes via Dropbox.
|
|
||||||
|
|
||||||
IFS='
|
IFS='
|
||||||
'
|
'
|
||||||
DIR="$HOME/Dropbox/Apps/AIO Launcher"
|
DIR="$HOME/Dropbox/Приложения/AIO Launcher"
|
||||||
TASKS_DIR="$DIR/tasks"
|
#TASKS_DIR="$DIR/tasks"
|
||||||
NOTES_DIR="$DIR/notes"
|
#NOTES_DIR="$DIR/notes"
|
||||||
|
# Changed in AIO 4.4.2
|
||||||
|
TASKS_DIR="$DIR/w.tasks"
|
||||||
|
NOTES_DIR="$DIR/w.notes"
|
||||||
|
|
||||||
list() {
|
list() {
|
||||||
i=0
|
i=0
|
||||||
|
|||||||
Reference in New Issue
Block a user