#!/bin/bash

for file in Backup.* Restore.SRB mtee
do
    ./install-file --file "$file" --directory /usr/local/bin/.
done