Mercurial > hg > config
changeset 267:50b55f0d158f
removing obselete script
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 11 Mar 2013 12:19:41 -0700 |
parents | f3c9a259017a |
children | 06fcec56e8fe |
files | bin/desvn.sh |
diffstat | 1 files changed, 0 insertions(+), 24 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/desvn.sh Mon Mar 11 09:37:07 2013 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,24 +0,0 @@ -#!/bin/bash - -desvn() { - - if [ "$#" == "1" ] - then - cd $1 - fi - - svn ls | grep '.*/$' | while read line - do - desvn $line - done - rm -rf .svn - - if [ "$#" == "1" ] - then - cd .. - fi - - -} - -desvn \ No newline at end of file