diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a8e7c6 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# rm-sync + +## Usage + +``` +Usage: rm-sync.sh [options] [PDF files...] + +Options: + --user Specify the username (default: root) + --host Specify the host (default: 10.11.99.1) + --help, -h Display this help message + +PDF files: + List of PDF files to be processed +``` + +## Credits + +This project is inspired by [rM-SSH-Upload](https://github.com/Riebart/rM-SSH-Upload).