lamw / ghettoVCB

ghettoVCB
MIT License
1.28k stars 364 forks source link

wildcard in a path to the log file #261

Open pgy1pgy1 opened 2 years ago

pgy1pgy1 commented 2 years ago

In order to allow using wildcard in a path to the log file place the following in 254 string of ghettoVCB.sh

cd $(dirname "${LOG_OUTPUT}") && touch $(basename "${LOG_OUTPUT}")