5bc9bd7fb3ffc97901374836588d09d936bd1242
\\$1 in a double-quoted string expands as literal backslash + $1 (the script's first positional arg). With set -u and no CLI args (IP entered via read), this fails. \$1 correctly escapes the dollar sign, producing a literal $1 for awk on the remote host. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
136 MiB
Languages
Go
85.3%
Shell
12%
C++
2.4%
C
0.2%