#!/bin/sh

if ! [ -d /proc/curproc ]; then
  echo "RStudio needs /proc to be mounted as procfs" >&2
  exit 1
fi

/usr/local/lib/rstudio/bin/rstudio ""
