summaryrefslogtreecommitdiff
path: root/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh')
-rwxr-xr-xscripting/examples/beanshell/InteractiveBeanShell/interactive.bsh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
new file mode 100755
index 000000000000..5311882c1be3
--- /dev/null
+++ b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
@@ -0,0 +1,4 @@
+//Pops up a window into which you can type BeanShell code and run it
+//against the current document
+editor();
+return 0;