skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Tue, 04 Aug 2020 00:58:46 +0200
branchv_0
changeset 312 0a65e49a076f
parent 130 94339837c42d
permissions -rwxr-xr-x
examples: Querying an RDF triplestore using SPARQL: @id for the turtle part

#!/bin/bash

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

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