Skip to content

Instantly share code, notes, and snippets.

@jbohren
Created February 13, 2015 18:52
Show Gist options
  • 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