From 6356497cb620e8949777d39ae89a73151e363937 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 28 Mar 2026 14:46:50 -0700 Subject: [PATCH] Add more test code to troubleshoot skipping updates. --- bashrc.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bashrc.sh b/bashrc.sh index 9ebc050..61d1d7c 100644 --- a/bashrc.sh +++ b/bashrc.sh @@ -134,11 +134,12 @@ function test-termux { git clone https://git.hyperling.com/me/env-termux \ --branch=dev ~/termux-deleteme chmod 755 ~/termux-deleteme/*.sh + echo "@='$@'" ~/termux-deleteme/setup.sh "$@" } -alias reload-termux="test-termux" -alias termux-test="test-termux" -alias termux-reload="reload-termux" +alias reload-termux="test-termux " +alias termux-test="test-termux " +alias termux-reload="reload-termux " # Pulled from /me/env-ansible, need to make a shared library between it and Termux.