aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/pan.bash
blob: 14cd36259244021e8088dec32305e0565e8684d2 (plain) (blame)
1
2
3
4
5
6
# Print arguments, null-delimited; you will probably want to write this into a
# file or as part of a pipeline
pan() {
    printf '%s\0' "$@"
}