annotate SVDetect_import.sh @ 1:35fb765cd586 draft

Uploaded
author bzeitouni
date Mon, 11 Jun 2012 12:29:40 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
1 #!/bin/bash
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
2
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
3
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
4 while getopts "i:o:" optionName; do
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
5 case "$optionName" in
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
6
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
7 i) INPUT="$OPTARG";;
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
8 o) OUTPUT="$OPTARG";;
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
9
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
10 esac
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
11 done
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
12
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
13 rm $OUTPUT
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
14
35fb765cd586 Uploaded
bzeitouni
parents:
diff changeset
15 ln -s $INPUT $OUTPUT