gaak99 / oxly

oxly auto-merges Dropbox file revisions with a git-like cli
MIT License
9 stars 1 forks source link

oxmerge should output errs to stderr #51

Open gaak99 opened 6 years ago

gaak99 commented 6 years ago

Exhibit A:

    echo "Usage: $0 dropbox://file/path [local_repo]"
    echo "Usage: default local_repo is pwd"
gaak99 commented 6 years ago

Like this

echo >&2 "fooerr"