3 lines
60 B
Text
3 lines
60 B
Text
|
#!/bin/sh
|
||
|
type -pa "$@" | head -n 1 ; exit ${PIPESTATUS[0]}
|