diff spolpred.sh @ 0:5402893569cb draft

planemo upload commit 870da8582a7bc43817b1de0720397ae60a8efef6-dirty
author nml
date Tue, 15 Dec 2015 14:19:42 -0500
parents
children d2d1d48c8e3e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/spolpred.sh	Tue Dec 15 14:19:42 2015 -0500
@@ -0,0 +1,10 @@
+#/bin/bash
+
+name=$1
+shift
+
+spolpred $@
+
+sed -i s/^.*\t/$name/ output.txt
+
+exit 0