Skip to content

Commit

Permalink
Update package.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
GH05T-HUNTER5 authored Oct 12, 2022
1 parent 17d0929 commit 98a88f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gh05t/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ else
echo " Use Termux App"
exit
fi
touch /data/data/com.termux/files/new-08.pro >/dev/null 2>&1
if [ -f /data/data/com.termux/files/new-08.pro ]; then
touch /data/data/com.termux/files/new-09.pro >/dev/null 2>&1
if [ -f /data/data/com.termux/files/new-09.pro ]; then
echo ""
clear
else
echo ""
touch /data/data/com.termux/files/new-08.pro >/dev/null 2>&1
touch /data/data/com.termux/files/new-09.pro >/dev/null 2>&1
clear
fi
clear
Expand Down

0 comments on commit 98a88f9

Please sign in to comment.