Complete overhaul of how daisy core tools are called, as well as changes to the help system

This commit is contained in:
Sam Hardeman 2026-03-30 01:48:18 +02:00
parent 74ed7582f9
commit 3fa3daacba
9 changed files with 1263 additions and 682 deletions

3
sshp
View file

@ -6,7 +6,8 @@ ssh_args=()
remote_port=$((10000 + RANDOM % 10000))
local_user=$(whoami)
usage() {
usage()
{
echo "Usage: sshp -m <local>:<remote> [user@]host [ssh_options]"
exit 1
}