Warning, /utilities/kate/addons/externaltools/externaltools-config/run_shell_script is written in an unsupported language. File is not indexed.

0001 [General]
0002 actionName=externaltool_RunShellScript
0003 arguments=-e sh -c "cd %{Document:Path} && pwd && chmod -vc a+x %{Document:FileName} && ./%{Document:FileName} ; echo Press enter to continue. && read null"
0004 category=Tools
0005 cmdname=run-script
0006 executable=konsole
0007 icon=system-run
0008 name=Run Shell Script
0009 output=Ignore
0010 reload=false
0011 save=CurrentDocument
0012 workingDir=%{Document:Path}