File: read_stdin.sh

package info (click to toggle)
golang-github-confluentinc-bincover 0.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: makefile: 42; sh: 33
file content (8 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
while read line
do
  echo "$line"
done < /dev/stdin
echo START_BINCOVER_METADATA
echo "{\"cover_mode\":\"\",\"exit_code\":1}"
echo END_BINCOVER_METADATA