Skip to content

Commit 5ddb4ee

Browse files
committed
save stderr in log file with >&
1 parent 691e492 commit 5ddb4ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pymodel/clogdiff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash
2-
$1 $2 > $2.log
2+
$1 $2 >& $2.log
33
diff -b $2.log $2.ref

0 commit comments

Comments
 (0)