Added "which" script, so that the command can be invoked in shell
scripts, too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25190 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
. /etc/profile &> /dev/null
|
||||
|
||||
whence $*
|
||||
|
||||
Reference in New Issue
Block a user