index
:
dotfiles
main
my dotfiles
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
config
/
essentials
/
nvim
/
templates
/
inp.sh
blob: 3507cd5999dcd514b12f0c2151cb9f81d0520356 (
plain
)
1
2
3
test -z "${inp:=$1}" && inp="$(cat /dev/stdin)" echo "inp: ${inp}" 1>&2