]> git.donarmstrong.com Git - cran2deb.git/blob - tags/gsoc_final/exec/cran2deb
switch bioc to 2.13 from 2.12
[cran2deb.git] / tags / gsoc_final / exec / cran2deb
1 #!/usr/bin/rc
2 root=`{r -e 'suppressMessages(library(cran2deb));cat(system.file(package=''cran2deb''),file=stdout())'}
3 cmd=$1
4 shift
5 if ([ ! -x $root/exec/$cmd ]) {
6     echo unknown command $cmd
7     exit 1
8 }
9 $root/exec/$cmd $root $*