3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-02 07:24:09 +01:00

Plugin/RunCommand: improve header comments

This commit is contained in:
Pragmatic Software 2021-07-25 18:55:34 -07:00
parent b23860a54c
commit 70e82a14d3

View File

@ -1,11 +1,12 @@
# File: RunCommand.pm # File: RunCommand.pm
# #
# Purpose: Runs a command, streaming each line of output in real-time. # Purpose: Runs a system command, streaming each line of output in real-time.
# #
# WARNING: The `runcmd` will allow a user to run any command on your system. Do # WARNING: The `runcmd` command will allow a user to run any command on your
# not give out the `can-runcmd` capability to anyone you do not trust 100%. # system. Do not give out the `can-runcmd` capability to anyone you do not
# absolutely trust 100%.
# #
# Consider making a locked-down factalias instead; i.e.: # Consider instead making a locked-down factalias; i.e.:
# #
# factalias ls runcmd ls $args # factalias ls runcmd ls $args
# factset ls cap-override can-runcmd # factset ls cap-override can-runcmd