This is a script which you can use to call SJBchart:
#!/bin/bash # makes a spreadsheet out of a mappingfile # calls "sjbchart" # output: $1.tab NAME=$1 echo generating spreadsheet $NAME.tab cat $NAME | sjbchart >$NAME.tab