#!/bin/bash

# This line will install the required application from the repository
sudo aptitude -y install x11vnc

# This line connects to 2S Techs help desk
x11vnc -q -display :0 -connect 2stech.ca:5050

# This line will remove the required application from your computer
sudo aptitude -y remove x11vnc

