forked from GsDevKit/gsDevKitHome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstones
executable file
·45 lines (34 loc) · 965 Bytes
/
stones
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#! /bin/bash
#=========================================================================
# Copyright (c) 2014, 2015 GemTalk Systems, LLC <[email protected]>.
#=========================================================================
echo "================="
echo " GsDevKit script: $(basename $0) $*"
echo "================="
usage() {
cat <<HELP
USAGE: $(basename $0) [-h]
List information about the installed GemStone/S products, installed stones,
running stones and running netldis.
OPTIONS
-h display help
EXAMPLES
$(basename $0) -h
$(basename $0)
HELP
}
set -e # exit on error
if [ "${GS_HOME}x" = "x" ] ; then
echo "the GS_HOME environment variable needs to be defined"; exit 1
fi
source ${GS_HOME}/bin/shFunctions
getOpts_help $@
if [ $# -ne 0 ]; then
usage; exit 1
fi
pharo=$GS_HOME/pharo
if [ ! -e $pharo/todeClient.image ] ; then
$GS_HOME/bin/createTodeImage
fi
# Run script
$pharo/pharo $pharo/todeClient.image stones