repo.or.cz
/
RExecServer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Preparing to add widget support
[RExecServer.git]
/
RExecServer.sh
blob
7ac4a05d36cefc8959247a7bf6de19dd640a314a
1
#!/bin/sh
2
SCRIPT
=
`readlink -n
$0
`
3
if
[
"x
${SCRIPT}
"
!=
"x"
];
then
4
PATHNAME
=
`dirname
$SCRIPT
`
5
CFProcessPath
=
"
$PATHNAME
/../"
$PATHNAME
/
..
/
MacOS
/
RExecServer $
*
6
fi
7
8