hathor-cpp-scanner/installphplibs

5 lines
148 B
Plaintext
Raw Normal View History

2016-06-13 08:27:43 -07:00
#!/bin/bash
PHP=$(which php)
$PHP -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/tmp --filename=composer &>/dev/null