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
56 stars 84 forks source link

Fix bash for sending gists #552

Closed androidnisse closed 2 weeks ago

androidnisse commented 2 weeks 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 |.