From 7aa1c3a666afaefa1173879c80b7bf64d079f69b Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Wed, 16 May 2012 03:19:44 +0000 Subject: [PATCH] silly script --- forester/sh/x.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 forester/sh/x.sh diff --git a/forester/sh/x.sh b/forester/sh/x.sh new file mode 100644 index 0000000..50b4769 --- /dev/null +++ b/forester/sh/x.sh @@ -0,0 +1,8 @@ +for i in * +do + if test -f "$i" + then + echo "Doing somthing to $i" + cd-hit -c 0.90 -i $i -o cdhit090/$i + fi +done \ No newline at end of file -- 1.7.10.2