#!/bin/bash
# remove existing updfpac release candidate
  /bin/rm ./updfpac-rc
# Download last updfpac release candidate script 
  wget http://www.f6bvp.org/updfpac-rc
#
  chmod 775 updfpac-rc
  exec ./updfpac-rc
#
