We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f90d6 commit 5a09aecCopy full SHA for 5a09aec
sh/whereis.php
@@ -1,6 +1,6 @@
1
<?php
2
3
- exec('whereis php mysql vim python ruby java apache2 nginx openssl vsftpd make'.
+ exec('whereis php node mysql vim python ruby java apache2 nginx openssl vsftpd make'.
4
'|awk \'{ split($1, a, ":");if (length($2)==0) print a[1]",Not Installed"; else print a[1]","$2;}\'',$result);
5
6
0 commit comments