skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Sun, 09 May 2021 19:43:32 +0200
branchv_0
changeset 324 3cbce8bb28c3
parent 130 94339837c42d
permissions -rwxr-xr-x
relpipe-tr-sql and relpipe-in-sql --list-data-sources option has boolean parameter since v0.18

#!/bin/bash

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

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