Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.
| #!/bin/bash | |
| set -e | |
| function stash_create_repo() | |
| { | |
| local username="$1" | |
| local password="$2" | |
| local hostname="$3" | |
| local port="$4" | |
| local project="$5" |
Awesome PHP has been relocated permanently to its own Github repository. No further updates will made to this gist.
Please open an issue for any new suggestions.