view SVDetect_r0.8b_galaxy/svdetect/SVDetect_import.sh @ 28:091714bd75a0 draft default tip

new release r0.8b
author bzeitouni
date Tue, 22 Jan 2013 06:20:22 -0500
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