dotfiles/wrappers/rstudio
2024-03-05 21:01:35 -06:00

5 lines
95 B
Bash
Executable file

#!/usr/bin/env sh
HOME=$HOME/.local/share/Rstudio
mkdir -p "$HOME"
exec /usr/bin/rstudio "$@"