skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Fri, 07 Dec 2018 14:49:37 +0100
branchv_0
changeset 191 d918aed947ce
parent 130 94339837c42d
permissions -rwxr-xr-x
implementation: relpipe-out-ods

#!/bin/bash

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

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