skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 11 May 2021 22:26:48 +0200
branchv_0
changeset 326 ab7f333f1225
parent 130 94339837c42d
permissions -rwxr-xr-x
relpipe-tr-cut has new syntax since v0.18: --relation, --attribute

#!/bin/bash

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

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