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