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
3c1ea20b32
milis
/
rootfs
/
bin
/
which
3 lines
62 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
type
-pa
"
$@
"
|
head -n
1
;
exit
${
PIPESTATUS
[0]
}
Reference in New Issue
View Git Blame
Copy Permalink