Index: /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.bat
===================================================================
--- /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.bat	(revision 6202)
+++ /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.bat	(revision 6203)
@@ -6,7 +6,4 @@
 :: Use this file to quickly run the sample in a Windows environment.
 ::
-:: Be sure to change the following directory path so it matches your AIR SDK
-:: installation path.
-::
 
-C:/AdobeAIRSDK/bin/adl application.xml ../../
+adl application.xml ../../
Index: /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.sh
===================================================================
--- /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.sh	(revision 6203)
+++ /CKEditor/branches/versions/3.5.x/_samples/adobeair/run.sh	(revision 6203)
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+# Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.html or http://ckeditor.com/license
+
+# Use this file to quickly run the sample under Linux.
+
+adl application.xml ../../
