R/infrastructure.R

Defines functions mount_mit

Documented in mount_mit

#' Mount MIT remote drives
#'
#' Mount MIT remote drives (/nobackup1) hosted on engaging using my zsh-alias
#' 
#' @export
#' @examples
#' mount_mit()
mount_mit <- function(){
  system("zsh -c '. ~/.alias; mount-mit'")
}
thackl/thacklr documentation built on Oct. 16, 2023, 9:15 p.m.