wx-finance-sdk/build.sh
PHP-庞小龙 f40dff7324 feat: init
2020-02-25 18:49:01 +08:00

10 lines
121 B
Bash

#!/bin/bash
rm -f /tmp/core*
make clean
make
sudo make install
/home/y/bin/php wxwork_finance_sdk.php
ls -l /tmp/core*