Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/higebu/vnccmd

A command line tool to send commands over VNC.
https://github.com/higebu/vnccmd

Last synced: about 1 month ago
JSON representation

A command line tool to send commands over VNC.

Awesome Lists containing this project

README

        

vnccmd
======

vnccmd is a command line tool to send commands over VNC.
This is a copy of Packer's boot command module.
So this is usefull for testing Packer templates.

Install
-------

```
go get github.com/higebu/vnccmd
```

Usage
-----

```
vnccmd -s 192.168.0.10 -p 5900 -c 'root'
```