moving projects
This commit is contained in:
8
vnc/vnckill
Executable file
8
vnc/vnckill
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
dn=$( echo $UID | sed 's/.*\(....\)$/\1/' )
|
||||
|
||||
vncserver -kill :$dn
|
||||
rm -f /tmp/.X${dn}-lock
|
||||
rm -f /tmp/.X11-unix/X${dn}
|
||||
|
||||
Reference in New Issue
Block a user