Skip to content

Instantly share code, notes, and snippets.

@jbohren
Created February 13, 2015 18:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbohren/0df63af92c393a0e7586 to your computer and use it in GitHub Desktop.
Save jbohren/0df63af92c393a0e7586 to your computer and use it in GitHub Desktop.
env_loader
#!/usr/bin/env bash
export ROS_HOSTNAME=$HOSTNAME.hwcampus.jhu.edu
source /opt/ros/hydro/setup.bash
exec "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment