Skip to content

Instantly share code, notes, and snippets.

@lujiacn
Forked from erochest/start-rserve.sh
Last active August 9, 2016 02:51
Show Gist options
  • Save lujiacn/5c1515a68c64adbd1ced2b94bb292935 to your computer and use it in GitHub Desktop.
Save lujiacn/5c1515a68c64adbd1ced2b94bb292935 to your computer and use it in GitHub Desktop.
A simple shell script to start Rserve.
#without output
R -e 'library(Rserve); Rserve(args="--vanilla")' 2>&1 > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment