repo-cloner/config

10 lines
148 B
Bash

#!/bin/bash
cfgMirrorPath=/home/vasek/asdf
cfgCachePath=/home/vasek/asdf-cache
# modify PATH
bindir=$(dirname $(realpath $0))
PATH=$bindir:$PATH