From 06996709cefcc0721e811b3405bf7fd5cdf89a8c Mon Sep 17 00:00:00 2001 From: mattmcw Date: Thu, 16 Sep 2021 01:26:50 -0400 Subject: [PATCH] Found the new position --- position.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/position.sh b/position.sh index 9c647ae..34ac27d 100644 --- a/position.sh +++ b/position.sh @@ -1,8 +1,8 @@ #!/bin/bash -XZIG=1.0 -X=3.2 #4.2 - XZIG -Y=1.25 +XZIG=2.0 +X=3.38 #4.2 - XZIG +Y=2.25 if [[ "${1}" == "" ]]; then echo "Please provide an argument. Either 'set' or 'reset'."