]> git.sur5r.net Git - i3/i3status/blobdiff - man/i3status.man
add "exit 1" to example shell script.
[i3/i3status] / man / i3status.man
index 78cec3e7d7177e2721b0b1596a83dd820553a758..45ccb935859b348469e5adf1fd5179ed400f78ba 100644 (file)
@@ -335,7 +335,7 @@ use your shell, for example like this:
 i3status | while :
 do
        read line
-       echo "mystuff | $line"
+       echo "mystuff | $line" || exit 1
 done
 --------------------------------------------------------------