#!/bin/bash SKRIPT=`dirname $0`/připrav.sh if [ -f $SKRIPT ]; then $SKRIPT; fi