milis/rootfs/bin/which
2016-02-24 02:27:23 +02:00

2 lines
62 B
Bash
Executable file

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