10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cfgMirrorPath=/home/vasek/asdf
|
||
|
cfgCachePath=/home/vasek/asdf-cache
|
||
|
|
||
|
# modify PATH
|
||
|
bindir=$(dirname $(realpath $0))
|
||
|
PATH=$bindir:$PATH
|
||
|
|