This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
331c922016dbd43c36016819fdff52db2a0e4e6d
haiku-beta6
/
data
/
bin
/
which
T
7 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
Added "which" script, so that the command can be invoked in shell
2008-04-26 17:41:53 +00:00
#!/bin/bash
Patch by Matt Madia: Fixed stdout/stderr redirection order.
2010-02-24 10:57:08 +00:00
. /etc/profile > /dev/null 2>
&
1
Added "which" script, so that the command can be invoked in shell
2008-04-26 17:41:53 +00:00
whence
$*
Reference in New Issue
Copy Permalink