2023-11-16 23:19:36 -05:00

8 lines
61 B
Plaintext
Executable File

echo Unquoted: H${$+
}H
echo Quoted: "H${$+
}H"
echo Ok:$?