Skip to content

Commit 9b20cd7

Browse files
committed
TECH Parametrize pipe script to test different formates
1 parent 4096fd5 commit 9b20cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/pipe-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
cd `dirname $0`
3+
FILE=$1
44

55
while read -r LINE; do
66
echo $LINE
77
sleep 1
8-
done < ./data/xml/formatted.xml
8+
done < $FILE

0 commit comments

Comments
 (0)