index
:
moreutils
master
implementations of the non-POSIX utilities included in GNU coreutils
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
yes
blob: 01c755fdbdbe0a6c05a9b35d519852239eb7a1ba (
plain
)
1
2
3
4
ARG=${*-y} while true; do printf '%s\n' "${ARG}" done