I hereby claim:
- I am kilrizzy on github.
- I am kilrizzy (https://keybase.io/kilrizzy) on keybase.
- I have a public key ASCeMxP_MT9jByhTxGqCUgBtfQ9ApwXwyAED8soPxgmfwQo
To claim this, I am signing this object:
| // SPDX-License-Identifier: GPL-3.0 | |
| pragma solidity >=0.7.0 <0.9.0; | |
| /** | |
| * @title Storage | |
| * @dev Store & retrieve value in a variable | |
| */ | |
| contract Storage { |
I hereby claim:
To claim this, I am signing this object:
| 04bb4adc190c47e652281d5c3abe184a53090c6e75123d416efd81662796bc7df87797fd287314a293092afc8f6afe0853059724697613d65644f3c1abb9c1144c;bogdano |
app/Support/Traits
default option files
| #!/bin/bash | |
| KEY=$1 | |
| DIRECTORY=$2 | |
| DOMAIN=$KEY".app" | |
| DATABASE=$KEY | |
| /bin/bash /c/scripts/add-site.sh $DOMAIN $DIRECTORY $DATABASE |