source: other-projects/is-sheet-music-encore/trunk/RUN.sh@ 32961

Last change on this file since 32961 was 32952, checked in by davidb, 5 years ago

Further generalization for running the script

  • Property svn:executable set to *
File size: 210 bytes
Line 
1#!/bin/bash
2
3if [ $# != 1 ] ; then
4 echo "Usage: ./RUN.sh doc_id" 1>&2
5 exit 1
6fi
7
8$doc_id=$1
9
10echo "Retrieving doc id: $doc_id -> $doc_id.png"
11echo ""
12
13./dapiclient2-extended.pl "$doc_id" > "$doc_id.png"
14
15
Note: See TracBrowser for help on using the repository browser.