Download:
child 4:4e3995a38015
parent 2:3b26c8c03165
3:ad9f9ca11905
Anton Shestakov <av6@dwimlabs.net>, Thu, 06 Sep 2018 15:59:23 +0800
clarify consumption of stdin

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
xmpp-headline.sh file | annotate | diff | comparison | revisions
--- a/xmpp-headline.sh Thu Sep 06 14:48:02 2018 +0800
+++ b/xmpp-headline.sh Thu Sep 06 15:59:23 2018 +0800
@@ -1,4 +1,4 @@
#!/bin/sh
-cat /dev/stdin > /dev/null
+cat /dev/stdin > /dev/null # not needed if stdin is consumed by the script
path/to/sieve-pipe/venv/bin/python path/to/sieve-pipe/xmpp-headline.py "$@"