Merge branch 'master' of github.com:HariSekhon/DevOps-Bash-tools

pull/4/merge
Hari Sekhon 1 year ago
commit 8f83b826b3

@ -23,6 +23,10 @@
# shellcheck disable=SC1090,SC1091
#. "$bash_tools/.bash.d/os_detection.sh"
if [ -d "/Applications/VNC Viewer.app/Contents/MacOS" ]; then
export PATH+=":/Applications/VNC Viewer.app/Contents/MacOS"
fi
vncwho() {
netstat -tW |
grep ".*:5900 .*:.*" |

@ -26,3 +26,4 @@ powershell
spotify
vagrant
virtualbox
vnc-viewer

Loading…
Cancel
Save