Search:
GitHub Login
Preferences
My Notifications
Tickets
Wiki
GitHub
Timeline
Roadmap
Ticket Reports
Search
Context Navigation
Back to Ticket #57772
Ticket #57772
: runcsl.sh
File runcsl.sh,
149 bytes
(added by
mbrethen
,
6 years ago
)
Line
1
#! /bin/sh
2
3
MYDIR
=
`
dirname
$0
`
4
export
MYDIR
5
CSLDIR
=
"
$(
cd
$MYDIR
/../libexec/reduce/csl
&&
pwd
-P
)
"
6
exec
$CSLDIR
/reduce.app/Contents/MacOS/reduce
"
$@
"
Download in other formats:
Original Format