We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcad691 commit bd6cb86Copy full SHA for bd6cb86
bash/rl.sh
@@ -1,5 +1,8 @@
1
# rl: Run a bash command, only print output if it fails
2
#
3
+# Example: `rl build` prints nothing if the build succeeds, but the whole
4
+# log if it fails
5
+#
6
# The bash function `rl` runs its arguments, but redirects both
7
# stdout and stderr to a temporary output file, `/tmp/$USER/$$.out.txt`,
8
# where `$$` is a bash expression for the current process ID.
0 commit comments