Mercurial > repos > scisjnu123 > test
view gv/svdetect/SVDetect_import.sh @ 17:8e3efdc42545 draft
Uploaded
author | scisjnu123 |
---|---|
date | Fri, 13 Sep 2019 05:21:28 -0400 |
parents | ec10ff509d48 |
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