xrforge/manyfold/test/rclone.sh

6 lines
159 B
Bash
Raw Permalink Normal View History

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