comparison PLIDflow/scripts/vinaoutpututility.sh @ 0:6fcfa4756040 draft

Uploaded
author bitlab
date Tue, 14 Jan 2020 06:09:42 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6fcfa4756040
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