annotate scripts/restore-usas.sh @ 191:fea886ba7279

DEP-12: add source for .functions.sh to all scripts using compose
author smith@nwoca.org
date Wed, 20 Sep 2017 17:56:23 +0100
parents 334d65dac778
children
rev   line source
54
334d65dac778 add hash bangs to specify bash shell
smith@nwoca.org
parents: 28
diff changeset
1 #!/bin/bash
191
fea886ba7279 DEP-12: add source for .functions.sh to all scripts using compose
smith@nwoca.org
parents: 54
diff changeset
2
28
443aa0be3f09 update backup/restore scripts
smith@nwoca.org
parents:
diff changeset
3 if [ -z "$1" ]
443aa0be3f09 update backup/restore scripts
smith@nwoca.org
parents:
diff changeset
4 then
443aa0be3f09 update backup/restore scripts
smith@nwoca.org
parents:
diff changeset
5 echo "Usage: `basename $0` {backup file to restore}"