skripty/_připrav.sh
author František Kučera <franta-hg@frantovo.cz>
Thu, 24 Oct 2019 22:06:44 +0200
changeset 136 d5feb9d8ebc3
parent 130 94339837c42d
permissions -rwxr-xr-x
fix license version: GNU GPLv3
     1 #!/bin/bash
     2 
     3 SKRIPT=`dirname $0`/připrav.sh
     4 
     5 if [ -f $SKRIPT ]; then
     6     $SKRIPT;
     7 fi