skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Fri, 31 Jul 2020 17:23:00 +0200
branchv_0
changeset 311 f677eba0c86c
parent 130 94339837c42d
permissions -rwxr-xr-x
faq: fix the missing cell in the table

#!/bin/bash

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

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