xrforge/manyfold/test/rclone.sh
2025-08-22 11:30:34 +02:00

5 lines
159 B
Bash
Executable file

#!/bin/sh
which rclone &>/dev/null || { echo "[!] rclone not installed"; exit 0; }
test -d /mnt/models || { echo "[!] /mnt/models does not exist"; exit 0; }