Created
February 13, 2015 18:52
-
-
Save jbohren/0df63af92c393a0e7586 to your computer and use it in GitHub Desktop.
env_loader
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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