mirror of
https://github.com/rwxrob/dot
synced 2024-11-14 18:12:56 +00:00
7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
|
|
_buffer() {
|
|
[[ -n "$1" ]] && return 1
|
|
"${FUNCNAME[1]}" "$(</dev/stdin)"
|
|
}
|
|
|