aboutsummaryrefslogtreecommitdiff
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 "$@"
}