blob: 57650ba1d7d72fec6b0121260864ab3f41a52af7 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env bash
echoerr() { echo "$@" 1>&2; }
echoerr "bun-streams-test-fifo.sh: starting"
echo -e "$FIFO_TEST" >>${@: -1}
echoerr "bun-streams-test-fifo.sh: ending"
exit 0
|