Skip to content

Commit 91fca32

Browse files
committed
Update
1 parent 894f48b commit 91fca32

15 files changed

Lines changed: 832 additions & 990 deletions

File tree

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Kakathic
2-
source language
3-
42
now=$(date +%s)
53
diff=$((now - START_TIME))
64
min=$((diff / 60))
@@ -11,5 +9,5 @@ printf -v time "%02d:%02d" "$min" "$sec"
119
if [ "$1" = "-q" ]; then
1210
echo "$time"
1311
else
14-
echo "$checktime: $time"
12+
echo "@string/check_time: $time"
1513
fi

app/src/main/assets/home/bin/findfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ case "$1" in
148148
;;
149149

150150
forapk)
151-
ls -1d */archive-info.json | sed 's|/archive-info.json||g'
151+
ls -1d */apktool.yml 2>/dev/null | sed 's|^\(.*\)/apktool.yml$|\1\|\1 (apktool)|'
152+
ls -1d */archive-info.json 2>/dev/null | sed 's|^\(.*\)/archive-info.json$|\1\|\1 (apkeditor)|'
152153
;;
153154

154155
forapkt)

app/src/main/assets/home/etc/boot

-368 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)