diff options
author | Frans Kaashoek <[email protected]> | 2019-07-24 09:05:05 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2019-07-24 09:05:05 -0400 |
commit | e6276088107e814bea95aee42868065dc41c1e8b (patch) | |
tree | 6204c027e2fe5c80df8629ba0048c7b6ba0e86fe /spinp | |
parent | 6f3a441c10ca714041c0ace01b0e7d92d5846768 (diff) | |
download | xv6-labs-e6276088107e814bea95aee42868065dc41c1e8b.tar.gz xv6-labs-e6276088107e814bea95aee42868065dc41c1e8b.tar.bz2 xv6-labs-e6276088107e814bea95aee42868065dc41c1e8b.zip |
Delete a few other no-longer relevant files
Diffstat (limited to 'spinp')
-rwxr-xr-x | spinp | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1,16 +0,0 @@ -#!/bin/sh - -if [ $# != 1 ] || [ ! -f "$1" ]; then - echo 'usage: spinp file.p' 1>&2 - exit 1 -fi - -rm -f $1.trail -spin -a $1 || exit 1 -cc -DSAFETY -DREACH -DMEMLIM=500 -o pan pan.c -pan -i -rm pan.* pan -if [ -f $1.trail ]; then - spin -t -p $1 -fi - |