Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/higebu/vnccmd
- Owner: higebu
- Created: 2014-05-14T05:09:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T05:27:51.000Z (over 10 years ago)
- Last Synced: 2024-10-04T19:44:24.516Z (4 months ago)
- Language: Go
- Homepage:
- Size: 137 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```