milis/bin/which
2017-12-31 20:16:06 +02:00

2 lines
60 B
Bash
Executable file

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