chore: Move Linux-only configs out of "common" and into "linux"

This commit is contained in:
Pratik Tripathy
2024-12-13 19:47:08 +05:30
parent bfaba00cb5
commit 7714ad3bce
27 changed files with 34 additions and 20 deletions

View File

@@ -0,0 +1,13 @@
[General]
actionName=externaltool_RunShellScript
arguments=-e sh -c "cd %{Document:Path} && pwd && chmod -vc a+x %{Document:FileName} && ./%{Document:FileName} ; echo Press enter to continue. && read null"
category=Tools
cmdname=run-script
executable=konsole
icon=system-run
name=Run Shell Script
output=Ignore
reload=false
save=CurrentDocument
trigger=None
workingDir=%{Document:Path}