Created
February 17, 2013 23:12
-
-
Save erochest/4974005 to your computer and use it in GitHub Desktop.
A simple shell script to start Rserve.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
R -e 'library(Rserve)' -e 'Rserve(args="--vanilla")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment