skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Fri, 21 Dec 2018 15:48:00 +0100
branchv_0
changeset 224 9ea7e5c65107
parent 130 94339837c42d
permissions -rwxr-xr-x
faq: duplicate records and the relational model

#!/bin/bash

SKRIPT=`dirname $0`/připrav.sh

if [ -f $SKRIPT ]; then
    $SKRIPT;
fi