comparison 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
comparison
equal deleted inserted replaced
5:97f12f7cc852 6:795e11fac81b
1 #!/bin/bash
2 OUT=$1
3 LOG=$2
4 FILE=$3
5
6
7 sed -i "s|out = NULL|out = ${OUT}|g" $FILE
8
9 sed -i "s|log = NULL|log = ${LOG}|g" $FILE
10
11
12