xrforge/manyfold/test/10-rclone.sh

6 lines
164 B
Bash
Raw Normal View History

2025-08-22 11:30:34 +02:00
#!/bin/sh
which rclone &>/dev/null || { echo "❌ rclone not installed"; exit 1; }
2025-08-22 11:30:34 +02:00
test -d /mnt/experiences || { echo "❌ /mnt/models does not exist"; exit 1; }