skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 29 Oct 2019 19:00:52 +0100
branchv_0
changeset 280 eccf2de78284
parent 130 94339837c42d
permissions -rwxr-xr-x
examples: Getting the outline of an XHTML page

#!/bin/bash

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

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