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