scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit b8a829f7b21df7f263fc3b8e1f6c87dac832fb21
parent 1a2fb59326847d5869e10ee07b00da01e694de96
Author: lostd <lostd@2f30.org>
Date:   Mon, 12 Aug 2013 02:22:37 +0300

usage style fix

Diffstat:
Mtopdf | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/topdf b/topdf @@ -1,7 +1,7 @@ #!/bin/sh -if test -z "$1" -then echo Usage: $(basename $0) document && exit 1 +if test -z "$1"; then + echo usage: $(basename $0) document && exit 1 fi SRV=http://www.doc2pdf.net/convert/document.pdf