I hereby claim:
- I am jaitaiwan on github.
- I am jaitaiwan (https://keybase.io/jaitaiwan) on keybase.
- I have a public key ASC_8JynGPkYmSRSZLU6BXquFCtJvY6kvzIH7zmm6rlD_Ao
To claim this, I am signing this object:
| #!/usr/bin/bash env | |
| get_latest_release () { | |
| curl https://api.github.com/repos/$1/releases -s | jq -r ".[0].assets[] | select(.name | contains(\".tar.gz\")) | .browser_download_url" | |
| } | |
| download_file () { | |
| filename=$(basename $1) | |
| wget -q $1 | |
| echo $filename |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| use Phalcon\Config\Adapter\Ini as PhalconIni; | |
| class Ini extends PhalconIni { | |
| public function __construct($filePath) | |
| { | |
| parent::__construct($filePath); |