firmware-base/scripts/deploy-plastiq.sh
2026-03-10 19:56:29 +01:00

12 lines
348 B
Bash

#!/bin/bash
# Example script for Google Drive operations using rclone
# Define local and remote paths
LOCAL_DIR="./clients/plastiq"
GDRIVE_DIR="pm-site:/plastiq"
rclone copy "${LOCAL_DIR}/" "${GDRIVE_DIR}" --progress --transfers 4 --include "*.zip" --verbose
# //http://polymech.info/plastiq/master.zip | http://polymech.info/plastiq/slave.zip