This website requires JavaScript.
Explore
Help
Sign In
milislinux
/
milis
Watch
1
Star
0
Fork
You've already forked milis
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1f95905a87
milis
/
bin
/
which
3 lines
60 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
type
-pa
"
$@
"
|
head -n
1
;
exit
${
PIPESTATUS
[0]
}
Reference in New Issue
View Git Blame
Copy Permalink