summarylogtreecommitdiffstats
path: root/scratch2
diff options
context:
space:
mode:
Diffstat (limited to 'scratch2')
-rwxr-xr-xscratch26
1 files changed, 6 insertions, 0 deletions
diff --git a/scratch2 b/scratch2
new file mode 100755
index 000000000000..d820025d8f48
--- /dev/null
+++ b/scratch2
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+sol="$HOME/.appdata/edu.media.mit.Scratch2Editor/Local Store/#SharedObjects/Scratch.swf/scratchLocalData.sol"
+[ -f "$sol" ] || cp /opt/airapps/scratch2/scratchLocalData.sol "$sol"
+
+/opt/adobe-air-sdk/bin/adl -nodebug /opt/airapps/scratch2/META-INF/AIR/application.xml /opt/airapps/scratch2/ -- "$@"