index
:
dotfiles.git
develop
feature/vim9script
master
uuuu
Personal scripts and configuration files
Tom Ryder
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bash
/
bashrc.d
/
readz.bash
blob: 78a178b6f595d303e9fece3e09c4bd3e2d37b505 (
plain
) (
blame
)
1
2
3
4
# Call read with a null delimiter readz() { builtin read -d '' -r "$@" }