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: 4b35979c6f8a634154d7ec530fc6d674a962c3ec (
plain
) (
blame
)
1
2
3
4
5
# Call read with a null delimiter readz() { builtin read -d '' -r "$@" }