diff simulate @ 67:ff8d7b4499f5 default tip

Submission prep
author Mike Pavone <pavone@retrodev.com>
date Mon, 16 Jul 2012 04:48:50 -0700
parents d21c31c6b5ef
children
line wrap: on
line diff
--- a/simulate	Mon Jul 16 04:37:00 2012 -0700
+++ b/simulate	Mon Jul 16 04:48:50 2012 -0700
@@ -7,9 +7,9 @@
 
 mkfifo .simpipe
 if [ $# -gt 1 ]; then 
-	bin/sim $1 < .simpipe | bin/lifter > .simpipe & killafter $2
+	bin/sim $1 < .simpipe | ./lifter > .simpipe & killafter $2
 else
-	bin/sim $1 < .simpipe | bin/lifter > .simpipe
+	bin/sim $1 < .simpipe | ./lifter > .simpipe
 fi
 rm .simpipe