Mercurial > repos > scisjnu123 > test
diff svdetect/SVDetect_import.sh @ 4:abdb3ed0c740 draft
Uploaded
| author | scisjnu123 |
|---|---|
| date | Thu, 12 Sep 2019 07:41:16 -0400 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/svdetect/SVDetect_import.sh Thu Sep 12 07:41:16 2019 -0400 @@ -0,0 +1,15 @@ +#!/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
