Working copy of script

This commit is contained in:
2018-02-05 15:47:39 +01:00
commit 73bfa09839
7 changed files with 424 additions and 0 deletions

9
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