3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-04 18:38:47 +02: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
#
# 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
# not give out the `can-runcmd` capability to anyone you do not trust 100%.
# WARNING: The `runcmd` command will allow a user to run any command on your
# 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
# factset ls cap-override can-runcmd