Put the main script for the new IDLE here.
diff --git a/Tools/scripts/idle b/Tools/scripts/idle
new file mode 100644
index 0000000..a209d56
--- /dev/null
+++ b/Tools/scripts/idle
@@ -0,0 +1,4 @@
+#! /usr/bin/env python
+
+from idlelib.PyShell import main
+main()