silly script
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 16 May 2012 03:19:44 +0000 (03:19 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 16 May 2012 03:19:44 +0000 (03:19 +0000)
forester/sh/x.sh [new file with mode: 0644]

diff --git a/forester/sh/x.sh b/forester/sh/x.sh
new file mode 100644 (file)
index 0000000..50b4769
--- /dev/null
@@ -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