rclone
rclone copied to clipboard
Feature: multiple rclone commands
It would be nice if we could issue multiple commands to the github action, e.g.:
…
args:
- copy <source>:<source_path> <dest>:<dest_path>
- copy <source>:<source_path2> <dest>:<dest_path2>
I suspect this could be done with an xargs entrypoint.