#!/bin/bash
# Start ppp link, synchronize time

# Start ppp link
pon $SIAM_PPP_SCRIPT 

# Sychronize clock with shore
ntpdate -b $SIAM_PORTAL

