Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSebastian Silva (icarito) <sebastian@sugarlabs.org>2012-03-05 02:48:48 (GMT)
committer Sebastian Silva (icarito) <sebastian@sugarlabs.org>2012-03-05 02:48:48 (GMT)
commit4779fc0bfe6c71668b9b4c2bb26fe5f6fa19d275 (patch)
tree05c789231880e1989a4ec38fadec9a3b8eeb3950 /bin
initial commit (alpha mockups)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/websdk-launcher3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/websdk-launcher b/bin/websdk-launcher
new file mode 100755
index 0000000..a881a98
--- /dev/null
+++ b/bin/websdk-launcher
@@ -0,0 +1,3 @@
+#!/bin/sh
+export PYTHONPATH=$SUGAR_BUNDLE_PATH/websdk:$PYTHONPATH
+exec sugar-activity activity.HelloWorldActivity "$@"