diff --git a/README.md b/README.md index f094447..441d4d8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ optional arguments: -f FILE, --file FILE path of file containing host ids or hostnames -i ID, --id ID id of RTR response file or script -p PERMISSION, --permission PERMISSION - permission of RTR response script (private, group, public + permission of RTR response script (private, group, public) -q QSESSIONID, --qsessionid QSESSIONID session id of currently queued RTR session -s HOST, --host HOST host id or hostname @@ -61,6 +61,9 @@ optional arguments: --queue queue commands to offline hosts ``` +## Demo +![](demo.gif) + ## Future Work 1. Create parallel thread to keep RTR session alive 2. Download retrieved file (via `get file`) to local disk diff --git a/demo.gif b/demo.gif new file mode 100644 index 0000000..dcd45bc Binary files /dev/null and b/demo.gif differ