This commit is contained in:
2025-12-05 18:19:49 +08:00
commit 2a74fd2c30
1439 changed files with 94814 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
## JC Shell switch to Termux Bash Shell
export HOME=/data/data/com.termux/files/home
export PATH="/data/data/com.termux/files/usr/bin:$PATH"
cd ${HOME}
echo "Home dir is : "$(pwd)
echo "PATH is $PATH"
bash