Mercurial > repos > bzeitouni > svdetect
view SVDetect_import.sh @ 1:35fb765cd586 draft
Uploaded
author | bzeitouni |
---|---|
date | Mon, 11 Jun 2012 12:29:40 -0400 |
parents | |
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