changeset 1:35fb765cd586 draft

Uploaded
author bzeitouni
date Mon, 11 Jun 2012 12:29:40 -0400
parents b62ad3d228d5
children 89b207100214
files SVDetect_import.sh
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SVDetect_import.sh	Mon Jun 11 12:29:40 2012 -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