Move scripts to separate directory

This commit is contained in:
2018-02-06 11:53:51 +01:00
parent f21238db89
commit d29b955a5e
7 changed files with 0 additions and 0 deletions

9
src/config Normal file
View File

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