repo-cloner/config

10 lines
148 B
Plaintext
Raw Normal View History

2018-02-05 15:47:39 +01:00
#!/bin/bash
cfgMirrorPath=/home/vasek/asdf
cfgCachePath=/home/vasek/asdf-cache
# modify PATH
bindir=$(dirname $(realpath $0))
PATH=$bindir:$PATH