Skip to content

Commit

Permalink
Fixed version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewwo committed Feb 20, 2015
1 parent 425c14a commit 055b772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions transfer
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ while getopts "h:f:p:RTv" opt; do
;;
T) OPERATION="T"
;;
v) echo "Transmit v.1.0 by PrankyMat Feb-20-2015"; exit 0
v) echo "Transfer v.1.0 by PrankyMat Feb-20-2015"; exit 0
;;
\?) echo "Invalid option -$OPTARG" >&2
;;
Expand Down Expand Up @@ -95,4 +95,4 @@ elif [[ $OPERATION == "T" ]]; then
nc "$HOST" "$PORT" < "$FILE"
logSuccess "Done transmitting file: '${YELLOW}$FILE${NC}'"
exit 0
fi
fi

0 comments on commit 055b772

Please sign in to comment.