summaryrefslogtreecommitdiff
path: root/config/essentials/nvim/templates/inp.sh
blob: ab04f7c27aaf99ffc4c23fa49c5356eb520cdd3b (plain)
1
2
3
4
5
6
#!/bin/sh

test -z "${inp:=$1}" \
	&& inp="$(cat /dev/stdin)"

echo "inp: ${inp}" 1>&2