Skip to content

Commit 5a09aec

Browse files
committed
Add «node» to whereis
1 parent 19f90d6 commit 5a09aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sh/whereis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
exec('whereis php mysql vim python ruby java apache2 nginx openssl vsftpd make'.
3+
exec('whereis php node mysql vim python ruby java apache2 nginx openssl vsftpd make'.
44
'|awk \'{ split($1, a, ":");if (length($2)==0) print a[1]",Not Installed"; else print a[1]","$2;}\'',$result);
55

66

0 commit comments

Comments
 (0)