getsolus / help-center-docs

Solus's Help Center documentation as well as previous User Guide.
https://help.getsol.us
GNU General Public License v2.0
57 stars 83 forks source link

Fix bash for sending gists #552

Closed androidnisse closed 5 months ago

androidnisse commented 5 months ago

Description

Fixes the bash command per help from @ermo

From the bash man page: If |& is used, command1's standard error, in addition to its standard output, is connected to command2's standard input through the pipe; it is shorthand for 2>&1 |.