Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #45739
Ticket #45739
: runpsl.in
File runpsl.in,
219 bytes
(added by
mbrethen
,
10 years ago
)
Line
1
#! /bin/sh
2
3
case `uname -m` in
4
i*)
5
STORE=16000000
6
;;
7
x86_64)
8
STORE=1000
9
;;
10
esac
11
12
bin="@LIBEXECDIR@/pslbuild/psl/bpsl"
13
img="@LIBEXECDIR@/pslbuild/red/reduce.img"
14
15
exec $bin -td $STORE -f $img $*
16
Download in other formats:
Original Format