Skip to content

Instantly share code, notes, and snippets.

@tmastny
Created August 21, 2018 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmastny/0f8c47dd46fa2c2844def0441e5e7a9b to your computer and use it in GitHub Desktop.
Save tmastny/0f8c47dd46fa2c2844def0441e5e7a9b to your computer and use it in GitHub Desktop.
put in bin to launch rstudio app (can even use to open files)
#!/bin/bash
open -a "RStudio" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment