ports/math/reduce/files/runpsl.sh
Stephen Montgomery-Smith c846c14451 - Add PDF documentation.
- Add option to build PSL version (amd64 only).

PR:		199910
Submitted by:	Pedro F. Giffuni <pfg@FreeBSD.org>
2015-05-04 17:48:08 +00:00

13 lines
188 B
Bash

#! /bin/sh
case `uname -m` in
amd64)
STORE=2000
;;
esac
bin="/usr/local/share/reduce/psl/bpsl"
img="/usr/local/share/reduce/red/reduce.img"
exec $bin -td $STORE -f $img $*