Skip to content
Snippets Groups Projects
Commit d04db688 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Added an script to start the socat program.

parent c847edaa
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
if [ ! -f "/tmp/$1_gazebo" ]; then
socat -d -d pty,raw,echo=0,link=/tmp/$1_gazebo pty,raw,echo=0,link=/tmp/$1_user &
while true; do sleep 2; done
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment