summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2023-08-23 18:34:46 -0400
committerAndrew Cady <d@jerkface.net>2023-08-23 18:34:46 -0400
commit4f771eac3b737018c44e630d578683abb868846e (patch)
tree0127fded95f6dfa1e360033a4375f35761dcea83
parent1515224417d8111f4f9974e1b527ae25bd144ea9 (diff)
improve output
-rw-r--r--rpc.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc.bash b/rpc.bash
index 07e1d87..5cb2f38 100644
--- a/rpc.bash
+++ b/rpc.bash
@@ -37,8 +37,8 @@ all_commands()
37 37
38gudge() 38gudge()
39{ 39{
40 echo "Hello, <$REPLY>." 40 echo "Hello, ${REPLY@Q}."
41 echo "Don't argue with me about <${*@Q}>." 41 echo "Don't argue with me about ${*@Q}."
42} 42}
43 43
44fudge() 44fudge()