]> git.donarmstrong.com Git - cran2deb.git/blobdiff - branch/multisys/exec/which_sys
adapt for pbuilder base.tgz moving to system specific naming
[cran2deb.git] / branch / multisys / exec / which_sys
diff --git a/branch/multisys/exec/which_sys b/branch/multisys/exec/which_sys
new file mode 100755 (executable)
index 0000000..2426b9a
--- /dev/null
@@ -0,0 +1,7 @@
+#!/usr/bin/env r
+## DOC: cran2deb which_sys
+## DOC:     show which system cran2deb will build for next
+## DOC:
+suppressMessages(library(cran2deb))
+
+cat(which_sys)