welbymcroberts/cloudfiles-sync

allow passing of directory as an argument

Closed this issue · 1 comments

Rather than manually issuing a "find" statement to pass a file list via stdin, make the script accept an argument which is either a directory or a file. If a directory, issue a find on the contents of the directory. If a file, issue a find on the file itself.

This is now in the v2 branch