20 lines
407 B
Markdown
20 lines
407 B
Markdown
|
# rm-sync
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
```
|
||
|
Usage: rm-sync.sh [options] [PDF files...]
|
||
|
|
||
|
Options:
|
||
|
--user <username> Specify the username (default: root)
|
||
|
--host <hostname> 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).
|