diff options
author | Marcin Zelent <zelent.marcin@gmail.com> | 2017-12-04 13:31:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-04 13:31:03 +0100 |
commit | d05922319749ae7d1354373a9bd062a0510d4f96 (patch) | |
tree | 924bb1202836832efac43e2fa6018455f73b33a1 /rebuild.sh | |
parent | 0bb7c5c8cb8307a142379211c7d889935a824091 (diff) |
Create rebuild.sh
Diffstat (limited to 'rebuild.sh')
-rw-r--r-- | rebuild.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rebuild.sh b/rebuild.sh new file mode 100644 index 0000000..ff476dc --- /dev/null +++ b/rebuild.sh @@ -0,0 +1,2 @@ +curl -sS https://getcomposer.org/installer | php +php composer.phar install |