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

# Start ppp link
$PARENT_LINK_ON_SCRIPT 

# Sychronize clock with shore
ntpdate -b shore

