Mercurial > repos > bitlab > plidflow
view PLIDflow/scripts/vinaoutpututility.sh @ 6:795e11fac81b draft default tip
Included new tools for standardization
author | bitlab |
---|---|
date | Wed, 22 Apr 2020 06:12:00 -0400 |
parents | 6fcfa4756040 |
children |
line wrap: on
line source
#!/bin/bash OUT=$1 LOG=$2 FILE=$3 sed -i "s|out = NULL|out = ${OUT}|g" $FILE sed -i "s|log = NULL|log = ${LOG}|g" $FILE