comparison PLIDflow/scripts/vinaoutpututility.sh @ 2:afd5b5ffc38f draft

Uploaded
author bitlab
date Tue, 14 Jan 2020 07:52:48 -0500
parents 6fcfa4756040
children
comparison
equal deleted inserted replaced
1:eda62adfc858 2:afd5b5ffc38f
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