diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-12-21 16:23:37 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2010-12-21 16:23:37 +0000 |
commit | 248e73a7faa069840eb8378719cd92e778cb826f (patch) | |
tree | a4fe60e6e0f7a1390870daa750d9fd5f4b26358f | |
parent | 99fcac981d0bc7cca243ce4233ec6db97514c36b (diff) | |
download | opt-utilities-248e73a7faa069840eb8378719cd92e778cb826f.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@148 ed2142bd-67ad-457f-ba7c-d818d4011675
-rwxr-xr-x | strip_svn.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/strip_svn.sh b/strip_svn.sh new file mode 100755 index 0000000..63e219d --- /dev/null +++ b/strip_svn.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +rm -rf `find . -iname .svn` |