changeset 10:d44ad6aa26ff draft

Uploaded
author bzeitouni
date Mon, 11 Jun 2012 12:52:31 -0400
parents cfae51ee5960
children f910d27718be
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:52:31 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