| 12345678910111213 | #!/bin/sh# This script is intended to be run from the continuous integration build# server, and not on a developer machine. For that, see:# https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/set -epython -m pip install --upgrade pip==19.1.1pip install tox==3.14.0toxapk add --no-cache borgbackuptox -e end-to-end
 |