You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hash rz 2>/dev/null || { echo >&2 "I require zmodem but it's not installed. Aborting."; exit 1; }
osascript -e "display notification \"File transfer from remote host started\" with title \"${TITLE}\""
# Execute rz
pushd ${DOWNLOAD_DIR}
rz
popd
osascript -e "display notification \"File transfer from remote host completed. File is available in the ${DOWNLOAD_DIR} folder\" with title \"${TITLE}\""