diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2019-10-20 21:54:12 -0400 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2019-10-20 21:58:57 -0400 |
commit | 04051ae0782cdb75a9563a08a567e05e0c50e3ec (patch) | |
tree | c41a6316b7f39b65077253e247907357a55e656d /runv | |
parent | ae678189f55bff795e538b805e606934e496e793 (diff) |
mostly fixed compile time new
Diffstat (limited to 'runv')
-rwxr-xr-x | runv | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ if [ "$1" = "c" ]; then elif [ "$1" = "pc" ]; then cat out.c fi +rm vgcore* 2> /dev/null |