skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Thu, 22 Oct 2020 01:51:32 +0200
branchv_0
changeset 317 fce3d6290c40
parent 130 94339837c42d
permissions -rwxr-xr-x
Release v0.16 – JACK MIDI output, ports + rename Guile to Scheme + improve CLI interfaces

#!/bin/bash

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

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