Commit 92845dd 1 parent 0d206ea commit 92845dd Copy full SHA for 92845dd
File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,18 @@ start_banner
15
15
16
16
set -x # so we can see what is going on
17
17
18
+ pushd $GS_HOME /alt_bin
19
+
20
+ ln -s $GS_HOME /shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_CopyScriptClasses.class.st copyScriptClasses.st
21
+ ln -s $GS_HOME /shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Install_Launcher.class.st install_launcher.st
22
+ pushd examples
23
+
24
+ ln -s $GS_HOME /shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Hello.class.st hello.st
25
+ ln -s $GS_HOME /shared/repos/GsDevKit_launcher/rowan/tonel/gsdevkit_launcher-Scripts/GdkL_Error.class.st error.st
26
+
27
+ popd
28
+
29
+ popd
18
30
gsdevkit_launcher_version=" v0.10.0"
19
31
20
32
pushd $GS_HOME /shared/gemstone
You can’t perform that action at this time.
0 commit comments