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