diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-10-11 12:00:32 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-10-11 12:00:32 -0400 |
commit | 3498c55279ade0a0f5fe9e2fad1c983e8328db72 (patch) | |
tree | a5a39ebf4acdb58ef53cb3378f927cccf4b30846 /runv | |
parent | 60566944cb85c60e4243475c964b88b206cfb959 (diff) |
bug fixes, function calls
Diffstat (limited to 'runv')
-rwxr-xr-x | runv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/bash -valgrind -q --track-origins=yes ./toc test.toc && cat out.c +valgrind -q --track-origins=yes ./toc test.toc |