mirror of
https://github.com/karma-riuk/hdr_esim.git
synced 2024-11-16 19:30:26 +01:00
replaced printf with echo
parent
1fc7ccea34
commit
86a061a7d8
@ -65,7 +65,7 @@ Build the `event_camera_simulator` node:
|
|||||||
|
|
||||||
Make an alias for your workspace so you can source it easily next time.
|
Make an alias for your workspace so you can source it easily next time.
|
||||||
|
|
||||||
printf "#!/bin/bash\n\nsource ~/sim_ws/devel/setup.bash" >> ~/setupeventsim.sh
|
echo "source ~/sim_ws/devel/setup.bash" >> ~/setupeventsim.sh
|
||||||
chmod +x ~/setupeventsim.sh
|
chmod +x ~/setupeventsim.sh
|
||||||
|
|
||||||
In your `.bashrc` file, add the following line:
|
In your `.bashrc` file, add the following line:
|
||||||
|
Loading…
Reference in New Issue
Block a user