diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 16:23:59 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 16:23:59 +0100 |
| commit | 3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8 (patch) | |
| tree | 0192e4020388de603ab5e83f7981839558de4dec | |
| parent | 7c3b549ac504178faca5b9a25d0945665385e0a6 (diff) | |
| download | dotfiles-3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8.tar.gz dotfiles-3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8.zip | |
install: whipe out old temporary files from the review and the g repos.
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,7 @@ HERE # Download and install the review utility. cd /tmp +rm -rf review git clone https://github.com/mssola/review cd review perl install.pl @@ -44,6 +45,7 @@ cp misc/review_completion.sh $HOME/.review_completion.sh # Download and install the g utility cd /tmp +rm -rf g git clone https://github.com/mssola/g cd g cp g.sh $HOME/.g.sh |
