Mercurial > repos > scisjnu123 > test
view gv/svdetect/SVDetect_import.sh @ 13:ec10ff509d48 draft
Uploaded
author | scisjnu123 |
---|---|
date | Fri, 13 Sep 2019 02:45:17 -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