changeset 63:fcce7192ea2e

Preparing for submission
author Mike Pavone <pavone@retrodev.com>
date Mon, 16 Jul 2012 04:31:36 -0700
parents ff2b38518a58
children 3d058b4889a2
files lifter makesub
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lifter	Mon Jul 16 04:31:36 2012 -0700
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+bin/lifter -is 4 -as 3 -cs 128
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/makesub	Mon Jul 16 04:31:36 2012 -0700
@@ -0,0 +1,5 @@
+#!/bin/sh
+dest=icfp-96850422.tgz
+rm -f $dest
+tar -cvzf $dest src/*.tp bin/lifter lifter install README PACKAGES-TESTING
+