Added VIM tools, and help pages to all scripts missing one
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
function helpexit() {
|
||||
echo "Kill your current VNC session"
|
||||
exit
|
||||
}
|
||||
[[ "$1" = "-h" ]] && helpexit
|
||||
|
||||
dn=$( echo $UID | sed 's/.*\(....\)$/\1/' )
|
||||
|
||||
vncserver -kill :$dn
|
||||
|
||||
Reference in New Issue
Block a user