Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
milislinux
/
milis19
Watch
4
Star
3
Fork
3
Files
Issues
6
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
milis19
/
bin
/
which
which
60 B
Permalink
History
Raw
1
2
3
#!/bin/sh
type -pa "$@" | head -n 1 ; exit ${PIPESTATUS[0]}