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