Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasgup3 committed May 17, 2018
1 parent 411c4f7 commit 979829e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/reports/papers/asplos2019/source/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.aux
*.bbl
*.blg
*.log
*.out
Binary file not shown.
3 changes: 2 additions & 1 deletion scripts/run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ sub createEnv {
"time krun -d $kdefn $basename.$ext $envArgs --output-file $output",
1 );

my ( $fh_unused, $tmpfile ) = tempfile( "tmpfileXXXXX", DIR => "/tmp/" );
execute(
"cat $output | sed '/^\\s*\$/d' | sed 's/(\\s*\"/(\\n\"/g' 1> /tmp/x 2>&1 && mv /tmp/x $output",
"cat $output | sed '/^\\s*\$/d' | sed 's/(\\s*\"/(\\n\"/g' 1> $tmpfile 2>&1 && mv $tempfile $output",
1
);

Expand Down

0 comments on commit 979829e

Please sign in to comment.