File: hello.txt

package info (click to toggle)
golang-github-rogpeppe-go-internal 1.14.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,220 kB
  • sloc: makefile: 6
file content (9 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
[!exec:cat] stop

# hello world
exec cat hello.text
stdout 'hello world\n'
! stderr .

-- hello.text --
hello world