Promote Stable Version #1

Merged
me merged 144 commits from prod into main 2026-08-05 15:44:08 -07:00
Showing only changes of commit 890bc05e4d - Show all commits
+11
View File
@@ -37,6 +37,17 @@ alias l='ls '
alias ll='ls -alh ' alias ll='ls -alh '
alias lh='ls -ash ' alias lh='ls -ash '
function cl {
if [[ -d /sdcard ]]; then
cd /sdcard/Library/Clones
else
cd $HOME/Clones
fi
}
alias clones="cl"
alias cdl="cl"
alias cdc="cl"
# Networking # # Networking #
alias scan="nmap -A -p- --script=vuln " alias scan="nmap -A -p- --script=vuln "