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

2 行
62 B
Bash
可执行文件

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