Loading…
If we want just to pass all extra arguments to any method, we can merely substitute <literal>"$@"</literal> for <literal>"$1"</literal> in the last line of our script, where we invoke <function>run_rc_command</function>.
Si solo queremos pasar todos los argumentos adicionales a cualquier método, simplemente podemos sustituir <literal>"$@"</literal> para <literal>"$1"</literal> en la última línea de nuestro script, donde invocamos <function>run_rc_command</function>.
<function>run_rc_command</function>.