code wiki / _hdl_build / nx_ssh_cmd.nx
nx_ssh_cmd.nx
buildroot/runtime/_hdl_build/nx_ssh_cmd.nx
about
nx_ssh_cmd.nx -- generic one-shot remote command over the sovereign SSH client. Reads the command text
from /tmp/nxcmd and the password from /tmp/nxpw (both staged + deleted by the caller). Lets us inspect /
drive the NAS without rebuilding per query. Read-only or write depending on the command supplied.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_ssh_lib.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 8 | func slen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != 0 as u8 { n = n + 1 } return n } |
| 10 | func main() -> i64 |