Commit 74859240 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1650 from ishtu/master

add vncviewer function (using "open" functionality)
parents 650bace5 49860bd6
......@@ -154,3 +154,6 @@ function trash() {
IFS=$temp_ifs
}
function vncviewer() {
open vnc://$@
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment