I hereby claim:
- I am vanitasvitae on github.
- I am vanitasvitae (https://keybase.io/vanitasvitae) on keybase.
- I have a public key ASBDRplnPRB1L2ommf0cnxJ-_pzdziO5oBXYiGNAo5K_Sgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * | |
| * Copyright © 2019 Paul Schaub | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * |
| #!/bin/sh | |
| if [ $# -eq 0 ] | |
| then | |
| echo "Usage: update-matterbridge <version>" | |
| exit 1 | |
| fi | |
| VERSION=$1 | |
| REPO_URL=https://github.com/42wim/matterbridge |