From 89f00af3cf25d594f10aebaa7048a17bdd520c4b Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sun, 20 Oct 2019 11:39:21 -0400 Subject: improved new; new slices --- runv | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runv') diff --git a/runv b/runv index 698e83d..e892908 100755 --- a/runv +++ b/runv @@ -2,4 +2,6 @@ valgrind -q --track-origins=yes ./toc test.toc || exit 1 if [ "$1" = "c" ]; then gcc out.c && ./a.out +elif [ "$1" = "pc" ]; then + cat out.c fi -- cgit v1.2.3