Mercurial > repos > bzeitouni > svdetect
view SVDetect_import.sh @ 4:f7a84d31bd83 draft
Uploaded
author | bzeitouni |
---|---|
date | Mon, 11 Jun 2012 12:30:38 -0400 |
parents | 35fb765cd586 |
children |
line wrap: on
line source
#!/bin/bash while getopts "i:o:" optionName; do case "$optionName" in i) INPUT="$OPTARG";; o) OUTPUT="$OPTARG";; esac done rm $OUTPUT ln -s $INPUT $OUTPUT