#!/bin/bash

DIR="/home/data/sklep/Linux-`uname -r`"
if test ! -d $DIR ; then
  echo "Directory $DIR does not exist!"
else
  scp libcombo.* $USER@vidal.liberouter.org:$DIR/usr/local/liberouter/lib
fi
