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.bsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
index de80491db99e..5311882c1be3 100755
--- a/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
+++ b/scripting/examples/beanshell/InteractiveBeanShell/interactive.bsh
@@ -1,2 +1,4 @@
+//Pops up a window into which you can type BeanShell code and run it
+//against the current document
editor();
return 0;