Skip to content

Instantly share code, notes, and snippets.

@jbohren
Last active December 13, 2015 22:49
Show Gist options
  • Select an option

  • Save jbohren/4987294 to your computer and use it in GitHub Desktop.

Select an option

Save jbohren/4987294 to your computer and use it in GitHub Desktop.
Useful bash aliases for wstool/rosws
alias wspwd='export ROS_WORKSPACE=$(pwd)'
alias wssave='echo -e "$(pwd)" > ~/.curws'
alias wsload='source $(cat ~/.curws)/setup.bash'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment