projects
/
feisty_meow.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
typo corrections
[feisty_meow.git]
/
scripts
/
customize
/
fred
/
scripts
/
vnc
/
stop_vnc_borker.sh
1
#!/bin/bash
2
3
# stops the vnc server and restarts it.
4
5
source "$FEISTY_MEOW_SCRIPTS/core/launch_feisty_meow.sh"
6
7
sep
8
echo stopping vncserver...
9
sudo service vncserver stop
10
sep
11
echo after stopping vncserver
12
psa vnc.*Xauth.*geom
13
sep