#!/bin/bash
if [ "$1" = "" ]; then
  echo anna parameetrid nagu kermitile...
  exit 1
fi

kermit -g $*
chown witvilla *
chgrp witvilla *
echo ok

