Skip to content
Snippets Groups Projects
Commit e77b51ed authored by Holger Brandl's avatar Holger Brandl
Browse files

continued eric table export

parent a4a2cfc4
No related branches found
No related tags found
No related merge requests found
......@@ -27,13 +27,14 @@ spinsnip(){
fi
reportName=$1
tmpR=$reportName.R
echo "processing $tmpR..."
tmpR=$(tr " " "_" $reportName).R
## http://stackoverflow.com/questions/11454343/pipe-output-to-bash-function
cat | sed 's/#>/#'"'"'/g' > $tmpR
echo "spining $tmpR..."
spinr $tmpR
rm $tmpR
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment