Skip to content

Instantly share code, notes, and snippets.

@alexsleat
Created January 19, 2012 20:28
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 alexsleat/1642387 to your computer and use it in GitHub Desktop.
Save alexsleat/1642387 to your computer and use it in GitHub Desktop.
get-repo.sh
#!/bin/bash
cd /home/$(whoami)
git clone git@github.com:alexsleat/projectChimaera.git
echo "export ROS_PACKAGE_PATH=~/projectChimaera:\$ROS_PACKAGE_PATH" >> ~/.bashrc
. /home/$(whoami)/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment