diff options
Diffstat (limited to 'which')
-rwxr-xr-x | which | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -1,11 +0,0 @@ -#!/bin/sh -arg=$1 -for d in `echo $PATH | sed -e 's/:/ /g'` -do - if [ -x $d/$arg ]; then - echo $d/$arg - exit 0 - fi -done -echo "${arg}: Command not found." -exit 1 |