Skip to content

Commit

Permalink
add time sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed May 16, 2020
1 parent 2777bc0 commit 88750c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions text2html.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
## TODO: make a for loop and geneate html for all the .txt files
mkdir -p /data
go tool test2json -t < /data/testout.txt > /data/testout.json
## for slow systems we let the file be saved.
sleep 3
gopogh -in /data/testout.json -out /data/testout.html "$NAME" -repo "$REPO" -details "$DETAILS"

0 comments on commit 88750c9

Please sign in to comment.