]> git.donarmstrong.com Git - cran2deb.git/blob - trunk/exec/which_system
UNIX style has a newline at the end.
[cran2deb.git] / trunk / exec / which_system
1 #!/usr/bin/env r
2 ## DOC: cran2deb which_system
3 ## DOC:     show which system cran2deb will build for next
4 ## DOC:
5 suppressMessages(library(cran2deb))
6
7 cat(which_system,"\n",sep="")