From b5a3f9ca9b8fe8dce5d0e1ee69e67ead80ba7640 Mon Sep 17 00:00:00 2001 From: RE Date: Sun, 31 Dec 2023 01:52:25 +0900 Subject: [PATCH] dis $ --- test/test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.bash b/test/test.bash index 629b28d..63500f5 100755 --- a/test/test.bash +++ b/test/test.bash @@ -10,7 +10,7 @@ colcon build source $dir/.bashrc cd src/mypkg -cat ./inputs.txt | while read input +cat ./inputs.txt | read input ros2 launch mypkg talk_listen.launch.py < inputs.txt > /tmp/mypkg.log cat /tmp/mypkg.log |