Mercurial > repos > bzeitouni > svdetect
view SVDetect_import.sh @ 5:ba8c5e544948 draft
Uploaded
author | bzeitouni |
---|---|
date | Mon, 11 Jun 2012 12:31:07 -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