Move scripts to separate directory
This commit is contained in:
9
src/config
Normal file
9
src/config
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user