This is Scala implementation of client for RBackup.
Readme TBD :-)
#!/usr/bin/fish
./.travis.sh
env VERSION=$argv[1] \
SENTRY_DSN="https://[email protected]/1234" \
sbt ";clean;setVersionInSources;setSentryDsnInSources;dist"
The SENTRY_DSN is optional.