Skip to content

Instantly share code, notes, and snippets.

@penghou620
Created August 31, 2013 13:08
Show Gist options
  • Save penghou620/6398071 to your computer and use it in GitHub Desktop.
Save penghou620/6398071 to your computer and use it in GitHub Desktop.
#!/bin/bash
ipaddr=$(ifconfig eth0 | grep 'inet addr:')
ROS_MASTER_URI=${ipaddr:20:12}
export ROS_MASTER_URI=$ROS_MASTER_URI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment