## UPDATE APT AND INSTALL CIFS
sudo apt update && sudo apt install cifs-utils -y
# SET YOUR VARIABLES
SHARE_PATH="http://storage.yale.edu/home/Spinup_Demo-CC0000-ITSHTS" ## The path to your S@Y share.
MOUNT_DIR="/mnt/share" ## The location you'd like to mount to.